1
0
fin-depo/.gitignore

20 lines
201 B
Plaintext
Raw Normal View History

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