# Python build/cache artifacts
__pycache__/
*.pyc
*.pyo
build/
dist/
*.egg-info/

# Compiled translations (generated from po/ at build time)
src/devedeng/data/locale/

# Claude Code local config / session state (machine-specific, may include
# local paths and personal permission allowlists; not for sharing)
.claude/
CLAUDE.local.md

# Local environment / secrets (defense-in-depth; nothing here today)
.env
.env.*
*.pem
*.key
*.p12
id_rsa*
credentials*
*.secret

# Editor / OS junk
.vscode/
.idea/
*.swp
*~
.DS_Store

# Runtime/output artifacts this project can produce
*.iso
*.mpg.progress
