2024-03-11 20:34:16 +00:00
|
|
|
# Program specific
|
2024-05-27 22:20:24 +00:00
|
|
|
/output/
|
2024-03-11 20:34:16 +00:00
|
|
|
/deps/
|
2024-06-13 20:01:55 +00:00
|
|
|
/secrets
|
2024-03-11 20:34:16 +00:00
|
|
|
/private_deps/
|
2024-05-27 22:20:24 +00:00
|
|
|
/data/
|
2024-06-02 15:00:22 +00:00
|
|
|
/config/
|
2024-03-11 20:34:16 +00:00
|
|
|
|
|
|
|
# Python
|
|
|
|
__pycache__/
|
|
|
|
/build/
|
|
|
|
/dist/
|
|
|
|
*.egg-info/
|
2024-05-29 19:38:30 +00:00
|
|
|
.mypy_cache/
|
2024-03-11 20:34:16 +00:00
|
|
|
|
|
|
|
# Python, Testing
|
|
|
|
/test/secrets.py
|
|
|
|
/.coverage
|
|
|
|
/.hypothesis/
|
|
|
|
/htmlcov/
|