1
0
personal-data/.gitignore
2024-05-29 21:42:11 +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/