# --- Secrets: never commit ---------------------------------------------------
*.local.md
.env
.env.*
*.pem
*.key
*.ppk
id_rsa*
id_ed25519*
*_token
*.jwt

# --- OS / editor junk --------------------------------------------------------
Thumbs.db
ehthumbs.db
desktop.ini
.DS_Store
*~
*.swp
.vscode/
.idea/

# --- Python ------------------------------------------------------------------
__pycache__/
*.py[cod]
.venv/
venv/
.pytest_cache/

# --- Build output ------------------------------------------------------------
# Rules are added as each generator is brought across during the audit.
*.log
