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