add pycache and pytest_cache to gitignore

This commit is contained in:
David Kilias 2020-11-07 19:22:28 +01:00
parent 002c025228
commit a72ff4b06c

3
.gitignore vendored
View file

@ -2,3 +2,6 @@
venv/ venv/
.idea .idea
__pycache__
.pytest_cache