# macOS
.DS_Store

# Environment / secrets
.env

# Certificates and keys (should NEVER be committed)
*.p12
*.cer
*.pem
*.key
*.cert
*.mobileprovision

# Build artifacts
/target
*.swp
*.swo
*~
debug_output.txt

# IDE / tool state
.vscode/
.idea/
*.iml
.claude/
.strategy/

assets/raw/

# Local scratch markdown at the repo root only — docs/ and tests/ markdown IS tracked
/*.md
!/README.md
!/CHANGELOG.md
/notes/
