mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 13:28:00 +01:00
27 lines
228 B
Text
27 lines
228 B
Text
|
# Common files.
|
||
|
.DS_Store
|
||
|
Thumbs.db
|
||
|
|
||
|
# Common extensions.
|
||
|
*.diff
|
||
|
*.err
|
||
|
*.orig
|
||
|
*.log
|
||
|
*.rej
|
||
|
*.swo
|
||
|
*.swp
|
||
|
*.vi
|
||
|
*~
|
||
|
|
||
|
# Python cache.
|
||
|
__pycache__/
|
||
|
|
||
|
# PyCharm project.
|
||
|
/.idea/
|
||
|
*.iml
|
||
|
|
||
|
# Eclipse project.
|
||
|
.project
|
||
|
.pydevproject
|
||
|
.settings/
|