1
0
datagraph/.gitignore

19 lines
188 B
Plaintext
Raw Normal View History

2024-05-27 22:13:56 +00:00
# Program specific
/output/
/deps/
/secrets/
/private_deps/
/data/
# 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/
2024-05-27 22:13:56 +00:00
# Python, Testing
/test/secrets.py
/.coverage
/.hypothesis/
/htmlcov/