# Build artifacts
/target
**/*.rs.bk

# Profiling
*.profraw
*.profdata
perf.data*
flamegraph.svg

# Editor backups & swap files
*~
*.swp
*.swo

# IDE state
.idea/

# OS metadata
.DS_Store
Thumbs.db

# Local fixtures (large data files kept outside the repo)
fixtures/large/

# Analysis / example output artifacts
/out

# Generated docs (build from the .typ source with `typst compile`)
/docs/*.pdf

# Local env / secrets
.env
.env.local

# Local tooling
.claude/
