Updated standard Python setup
This commit is contained in:
parent
f72bbe2530
commit
94c6004db5
18
.gitignore
vendored
18
.gitignore
vendored
|
@ -1,6 +1,18 @@
|
||||||
*.pyc
|
# Program specific
|
||||||
/output/
|
/output/
|
||||||
__pycache__/
|
/deps/
|
||||||
/secrets/
|
/secrets/
|
||||||
*.sqlite
|
/private_deps/
|
||||||
|
/data/
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
/build/
|
||||||
|
/dist/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
|
|
||||||
|
# Python, Testing
|
||||||
|
/test/secrets.py
|
||||||
|
/.coverage
|
||||||
|
/.hypothesis/
|
||||||
|
/htmlcov/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user