# Build artifacts /target **/target # Environment files (contain secrets) server/.env server/.env.local server/.env.*.local **/env.production # IDE .idea/ .vscode/ *.swp *.swo *~ # Secrets and credentials *.pem *.key *.p8 *.p12 *.pfx credentials.json service-account.json # OS files .DS_Store Thumbs.db # SQLx offline mode cache .sqlx/ # Generated template partial (build.rs output) server/templates/_head_assets.html # Generated rustdoc output server/rustdoc-out/ # Mutation testing output mutants.out* **/mutants.out* # Claude Code agent worktrees .claude/worktrees/ # Claude Code instructions (project-local; not for the public repo) CLAUDE.md # Private working files — live in _private/, synced via Syncthing todo.md audit_review.md