1
0
datagraph/.gitignore
Jon Michael Aanes 74e22f6627 [Automatic] Updated standard Python setup
This commit was automatically generated by a script.
2024-05-29 21:24:26 +02:00

20 lines
201 B
Plaintext

# Program specific
/output/
/deps/
/secrets/
/private_deps/
/data/
# Python
__pycache__/
/build/
/dist/
*.egg-info/
.mypy_cache/
# Python, Testing
/test/secrets.py
/.coverage
/.hypothesis/
/htmlcov/