1
0
personal-data/.gitignore
2025-03-15 21:54:56 +01:00

22 lines
217 B
Plaintext

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