# Rust / Cargo
/target/
# Cargo.lock IS committed: themis-cli is a binary crate, so the lock is checked
# in for reproducible release/CI builds and `--locked`/`--frozen` consumers.

# cargo-mutants output (mutants.out/ and the mutants.out.old/ backup)
mutants.out*/

# Themis Generated Files
.themis.*

# Website (Starlight/Astro)
website/node_modules/
website/.astro/
website/dist/

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

# AI Agent Notes
CLAUDE.md
GEMINI.md
TODO.md
