# Rust build artifacts target/ # Editor and IDE files .vscode/ .idea/ *.swp *.swo *~ # OS artifacts .DS_Store Thumbs.db desktop.ini # Environment and secrets .env .env.* *.env *.pem *.key *.p12 secrets/ # Log files *.log logs/ # Runtime files *.sock *.pid # Local hygiene notes (not for commit) CLAUDE.md