18 lines
148 B
Plaintext
18 lines
148 B
Plaintext
# Shell script temporary files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Temporary execution files
|
|
*.tmp
|
|
|
|
# Pycharm
|
|
.idea
|