Add additional entries to gitignore

This commit is contained in:
Joakim Soderlund 2019-09-01 16:17:16 +02:00
parent 4a92ced65b
commit 271fa3cf96

9
.gitignore vendored
View file

@ -31,8 +31,17 @@ venv/
# Rope project. # Rope project.
.ropeproject/ .ropeproject/
# Mypy cache.
.mypy_cache/
# Coverage output. # Coverage output.
.coverage .coverage
coverage.xml coverage.xml
htmlcov/ htmlcov/
*.py,cover *.py,cover
# Fimfarchive data.
fimfarchive.zip
# Operations configuration.
operations/inventory.yml