# Rust build output
/target/
debug/
target/

# Rust tooling artifacts
**/*.rs.bk
Cargo.lock.bak
rustc-ice-*.txt
*.pdb
**/mutants.out*/

# Local runtime data
/events/
/state.db
*.db
*.db-shm
*.db-wal
*.log

# Environment and secret-bearing local configuration
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
*.crt

# Editor and OS files
.DS_Store
.idea/
.vscode/
*.iml
/.run/

# Local agent/context files
.claude/
.context/
AGENTS.md
docs/superpowers
docs/**/superpowers*
