Files
mono/l2/.gitignore
2026-02-24 23:07:31 +00:00

12 lines
101 B
Plaintext

__pycache__/
*.py[cod]
.venv/
venv/
# Private keys - NEVER commit these
*.pem
keys/
# Secrets
.env