2024-05-27 22:19:56 +00:00
|
|
|
# Program specific
|
|
|
|
/output/
|
|
|
|
/deps/
|
|
|
|
/secrets/
|
|
|
|
/private_deps/
|
|
|
|
/data/
|
|
|
|
|
|
|
|
# Python
|
2023-06-20 08:56:58 +00:00
|
|
|
__pycache__/
|
2024-05-03 08:18:54 +00:00
|
|
|
/build/
|
2024-05-04 22:08:16 +00:00
|
|
|
/dist/
|
2024-05-27 22:19:56 +00:00
|
|
|
*.egg-info/
|
2024-05-29 19:38:58 +00:00
|
|
|
.mypy_cache/
|
2024-05-27 22:19:56 +00:00
|
|
|
|
|
|
|
# Python, Testing
|
|
|
|
/test/secrets.py
|
|
|
|
/.coverage
|
|
|
|
/.hypothesis/
|
|
|
|
/htmlcov/
|