Add various python-related paths to .gitignore
This commit is contained in:
parent
365994500a
commit
38d497300c
|
@ -1,2 +1,8 @@
|
||||||
*.pyc
|
__pycache__/
|
||||||
.cache/
|
*.py[cod]
|
||||||
|
venv/
|
||||||
|
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
*.egg-info/
|
||||||
|
*.egg
|
||||||
|
|
Loading…
Reference in New Issue