2024-05-29 18:30:19 +00:00
|
|
|
# Program specific
|
2024-04-23 20:58:25 +00:00
|
|
|
/output/
|
2024-05-29 18:30:19 +00:00
|
|
|
/deps/
|
2024-04-16 22:38:57 +00:00
|
|
|
/secrets/
|
2024-05-29 18:30:19 +00:00
|
|
|
/private_deps/
|
|
|
|
/data/
|
|
|
|
|
|
|
|
# Python
|
|
|
|
__pycache__/
|
|
|
|
/build/
|
|
|
|
/dist/
|
2024-04-16 20:55:19 +00:00
|
|
|
*.egg-info/
|
2024-05-29 18:30:19 +00:00
|
|
|
|
|
|
|
# Python, Testing
|
|
|
|
/test/secrets.py
|
|
|
|
/.coverage
|
|
|
|
/.hypothesis/
|
|
|
|
/htmlcov/
|