mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-07-11 01:28:46 -04:00
Add various python-related paths to .gitignore
This commit is contained in:
parent
365994500a
commit
38d497300c
1 changed files with 8 additions and 2 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -1,2 +1,8 @@
|
||||||
*.pyc
|
__pycache__/
|
||||||
.cache/
|
*.py[cod]
|
||||||
|
venv/
|
||||||
|
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
*.egg-info/
|
||||||
|
*.egg
|
||||||
|
|
Loading…
Add table
Reference in a new issue