16 lines
162 B
Plaintext
16 lines
162 B
Plaintext
|
# Program specific
|
||
|
/deps/
|
||
|
/private_deps/
|
||
|
|
||
|
# Python
|
||
|
__pycache__/
|
||
|
/build/
|
||
|
/dist/
|
||
|
*.egg-info/
|
||
|
|
||
|
# Python, Testing
|
||
|
/test/secrets.py
|
||
|
/.coverage
|
||
|
/.hypothesis/
|
||
|
/htmlcov/
|