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

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# Cargo.lock

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

# MSVC Windows builds of rustc generate these
*.pdb

# Benchmark and test data
*.engram
*.engram.*
*.dat
out.json*

# Environment and secrets
.env
.env.*
*.key
*.pem

# IDE and editor
.idea/
.vscode/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Coverage and profiling
*.profraw
*.profdata
coverage/
lcov.info
tarpaulin-report.html

# Generated documentation (keep for docs.rs)
# /doc/

# Mutation testing
**/mutants.out*/
