1
0
datagraph/.gitignore

21 lines
209 B
Plaintext
Raw Normal View History

2024-05-27 22:13:56 +00:00
# Program specific
/output/
/deps/
/secrets
2024-05-27 22:13:56 +00:00
/private_deps/
/data/
/config/
2024-05-27 22:13:56 +00:00
# Python
2023-12-03 22:31:10 +00:00
__pycache__/
2024-05-27 22:13:56 +00:00
/build/
/dist/
2023-12-03 22:31:10 +00:00
*.egg-info/
.mypy_cache/
2024-05-27 22:13:56 +00:00
# Python, Testing
/test/secrets.py
/.coverage
/.hypothesis/
/htmlcov/