# Binary (root only, not cmd/metacrypt/)
/metacrypt
/metacrypt.exe
/metacrypt-web

# Database
*.db
*.db-wal
*.db-shm

# Backups
backup.db

# TLS certs (never commit real certs)
certs/

# Config with real values (root only, not examples/)
/metacrypt.toml

# Claude Code worktrees
.claude/worktrees/

# Junie outputs
.output.txt*
.env

# IDE
.idea/
.vscode/
*.swp
*~

# OS
.DS_Store
Thumbs.db

# test develop configs
/srv/**