Ignore python runtime generated files

This commit is contained in:
2022-03-07 15:19:46 +01:00
parent 00e59fb638
commit 95b0a73e78

14
.gitignore vendored Normal file
View File

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