dist/
__pycache__/
*.pyc
.coverage
.pytest_cache/
.ruff_cache/
*.egg-info/
build/
.claude/

# Local service secrets generated by deploy scripts. These .env files hold real
# CAPAUTH_ADMIN_TOKEN / CAPAUTH_JWT_SECRET values and must NEVER be committed.
# Committed templates keep the .example suffix and are unaffected by these rules.
.env
*.env.bak
