1
0
personal-data/.gitignore

21 lines
209 B
Plaintext
Raw Permalink Normal View History

2024-05-29 18:30:19 +00:00
# Program specific
2024-04-23 20:58:25 +00:00
/output/
2024-05-29 18:30:19 +00:00
/deps/
/secrets
2024-05-29 18:30:19 +00:00
/private_deps/
/data/
/config/
2024-05-29 18:30:19 +00:00
# Python
__pycache__/
/build/
/dist/
2024-04-16 20:55:19 +00:00
*.egg-info/
.mypy_cache/
2024-05-29 18:30:19 +00:00
# Python, Testing
/test/secrets.py
/.coverage
/.hypothesis/
/htmlcov/