ituac-crypto-hub/.gitignore
2026-09-08 09:29:20 -04:00

23 lines
263 B
Plaintext

# Python / local tooling
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
build/
dist/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.idea/
.DS_Store
# Local configuration and key material must never be committed.
.env
.env.*
!.env.example
*.pem
*.key
keystore/