add pycache and pytest_cache to gitignore
This commit is contained in:
parent
002c025228
commit
a72ff4b06c
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,3 +2,6 @@
|
||||||
|
|
||||||
venv/
|
venv/
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
__pycache__
|
||||||
|
.pytest_cache
|
Loading…
Reference in a new issue