# Generated by Cargo
# will have compiled files and executables
debug
target

# Environment files (may contain secrets)
.env
.env.*

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/

# IDE / Editor files
.idea/
.vscode/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Model checkpoint artifacts
*.mpk
*.bin
*.onnx
*.safetensors

# Criterion benchmark output
target/criterion/

# TLDR daemon cache
.tldr/

# Web demo build artifacts
web-demo/node_modules/
web-demo/dist/
web-demo/crate/target/
web-demo/crate/pkg/

.claude/tsc-cache/
.claude/cache/