2024-05-27 22:20:46 +00:00
|
|
|
# Program specific
|
|
|
|
/output/
|
|
|
|
/deps/
|
2024-06-13 20:01:55 +00:00
|
|
|
/secrets
|
2024-05-27 22:20:46 +00:00
|
|
|
/private_deps/
|
|
|
|
/data/
|
2024-06-02 15:00:22 +00:00
|
|
|
/config/
|
2024-05-27 22:20:46 +00:00
|
|
|
|
|
|
|
# Python
|
2023-05-21 20:08:52 +00:00
|
|
|
__pycache__/
|
2023-12-16 22:09:27 +00:00
|
|
|
/build/
|
|
|
|
/dist/
|
2024-05-27 22:20:46 +00:00
|
|
|
*.egg-info/
|
2024-05-29 19:37:58 +00:00
|
|
|
.mypy_cache/
|
2024-05-27 22:20:46 +00:00
|
|
|
|
|
|
|
# Python, Testing
|
|
|
|
/test/secrets.py
|
|
|
|
/.coverage
|
|
|
|
/.hypothesis/
|
|
|
|
/htmlcov/
|