Updated .gitignore
This commit is contained in:
parent
6143e6104b
commit
fab944b271
17
.gitignore
vendored
17
.gitignore
vendored
|
@ -1,5 +1,18 @@
|
||||||
|
# Program specific
|
||||||
|
/output/
|
||||||
|
/deps/
|
||||||
|
/secrets/
|
||||||
|
/private_deps/
|
||||||
|
/data/
|
||||||
|
|
||||||
|
# Python
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.egg-info/
|
|
||||||
.mypy_cache/
|
|
||||||
/build/
|
/build/
|
||||||
/dist/
|
/dist/
|
||||||
|
*.egg-info/
|
||||||
|
|
||||||
|
# Python, Testing
|
||||||
|
/test/secrets.py
|
||||||
|
/.coverage
|
||||||
|
/.hypothesis/
|
||||||
|
/htmlcov/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user