/target/
# cargo-mutants output (see docs/src/contributor-guide/mutation-baseline.md)
/mutants.out/
/mutants.out.old/
*.db
*.sqlite
*.csv
*.xlsx
*.xls
venv
.venv
__pycache__/
*.pyc

# ── Secrets ───────────────────────────────────────────────────────────
# Defense-in-depth: prevent accidental commit of credentials. These
# patterns are intentionally aggressive — a false-positive ignore is
# always recoverable; a leaked credential isn't.
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
id_rsa
id_rsa.*
id_dsa
id_dsa.*
id_ecdsa
id_ecdsa.*
id_ed25519
id_ed25519.*
*.crt.key
secrets/
secrets.*
credentials.json
service-account*.json

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

# mdbook build output (generated)
docs/book/
