mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-07-09 16:58:42 -04:00
Add pytests .cache to .gitignore
This commit is contained in:
parent
56471137c0
commit
489d609807
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
venv/
|
venv/
|
||||||
|
.cache/
|
||||||
|
|
||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
|
|
Loading…
Add table
Reference in a new issue