1
0
fin-depo/.gitignore

21 lines
209 B
Plaintext
Raw Normal View History

2024-05-29 19:54:45 +00:00
# Program specific
/output/
/deps/
/secrets
2024-05-29 19:54:45 +00:00
/private_deps/
/data/
/config/
2024-05-29 19:54:45 +00:00
# Python
__pycache__/
/build/
/dist/
*.egg-info/
.mypy_cache/
# Python, Testing
/test/secrets.py
/.coverage
/.hypothesis/
/htmlcov/