# Rust build artifacts
/target/
# Scope index files (never commit these)
.scope/graph.db
.scope/vectors/
.scope/file_hashes.db
.scope/models/
# Keep .scope/config.toml — users may want to commit their config
!.scope/config.toml
# Benchmark results (commit these intentionally per release)
# benchmarks/results/ — DO commit, it's part of the record
# IDE
.idea/
.vscode/
*.swp
# OS
.DS_Store
Thumbs.db
# Claude Code — local tooling, never commit
/.claude/
CLAUDE.md
# Overview docs — local reference only, never commit
/overview/
# Sprint planning — local only
project.md
.env
*.ndjson
ndjson/