__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.eggs/
.venv/
venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
*.so
.coverage
htmlcov/
.env
*.log

# Security: prevent secret files from being committed
.env
.env.local
.envrc
*.pem
*.key
id_rsa*
id_ecdsa*
id_ed25519*
*.p12
secrets.json
site/
