1
0
secret_loader/.gitignore
2024-06-13 22:01:55 +02:00

21 lines
209 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/