fimfarchive/.gitignore
2020-03-28 21:19:37 +01:00

50 lines
494 B
Text

# Common files.
.DS_Store
Thumbs.db
# Common extensions.
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
# Python cache.
__pycache__/
# Virtual environment.
venv/
# Vim settings.
.vim/
# PyCharm project.
/.idea/
*.iml
# Eclipse project.
.project
.pydevproject
.settings/
# Rope project.
.ropeproject/
# Mypy cache.
.mypy_cache/
# Coverage output.
.coverage
coverage.xml
htmlcov/
*.py,cover
# Fimfarchive data.
fimfarchive.zip
# Operations configuration.
operations/inventory.yml