Ignore python runtime generated files

This commit is contained in:
Ruben van Staveren 2022-03-07 15:19:46 +01:00
parent 00e59fb638
commit 95b0a73e78
Signed by: ruben
GPG Key ID: 886F6BECD477A93F

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
venv/
*.pyc
__pycache__/
instance/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/