# ── Build artifacts ───────────────────────────────────────────────────
debug/
target/
target.old/

# ── Environment & secrets ────────────────────────────────────────────
.env
.env.*
!.env.example
*.pem
*.key
*.p12
credentials.json
secrets.toml

# ── Editor / IDE ─────────────────────────────────────────────────────
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# ── Rust tooling ─────────────────────────────────────────────────────
**/*.rs.bk
*.pdb
**/mutants.out*/
sweep.timestamp

# ── OS / temp ────────────────────────────────────────────────────────
*.tmp
*.bak
*.log
core
tmp/

# ── Tool / agent state ──────────────────────────────────────────────
.claude/
.agents/
.specify/
.worktrees/
QA_Report.md
AG_QA.md
graphify-out/
