fimfarchive/.gitignore

54 lines
518 B
Text
Raw Normal View History

2015-09-27 20:46:58 +02:00
# Common files.
.DS_Store
Thumbs.db
# Common extensions.
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
# Python cache.
__pycache__/
2024-09-18 18:17:32 +02:00
# Lock files.
uv.lock
2017-04-15 22:59:46 +02:00
# Virtual environment.
2024-09-18 18:17:32 +02:00
.venv/
2017-04-15 22:59:46 +02:00
2020-03-28 21:19:37 +01:00
# Vim settings.
.vim/
2015-09-27 20:46:58 +02:00
# PyCharm project.
/.idea/
*.iml
# Eclipse project.
.project
.pydevproject
.settings/
2017-01-09 00:59:03 +01:00
2017-01-09 01:04:31 +01:00
# Rope project.
.ropeproject/
2019-09-01 16:17:16 +02:00
# Mypy cache.
.mypy_cache/
2017-01-09 00:59:03 +01:00
# Coverage output.
.coverage
coverage.xml
htmlcov/
*.py,cover
2019-09-01 16:17:16 +02:00
# Fimfarchive data.
fimfarchive.zip
# Operations configuration.
operations/inventory.yml