# Build artifacts
/target/

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

# OS
.DS_Store
Thumbs.db

# Environment / secrets
.env
.env.*

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

# Benchmarks (generated output, not the source)
/bench-history/

# Cargo
# Cargo.lock is committed for library crates per Rust convention discussion —
# keep it tracked since consumers (hoosh, agnosai, joshua) pin via workspace.
