# Build artifacts - MUST exclude target
target
target/
**/target
**/target/
**/*.rs.bk

# IDE
.idea/
.vscode/
*.swp
*.swo

# Git
.git
.git/
.gitignore

# Local data
data/
*.db
*.wal

# Documentation (we don't need docs for the build)
docs/
ai-lookup/
*.md
!README.md

# Community app (has its own Dockerfile)
community/

# Test/dev files
tests/
benches/
examples/

# Misc
.env*
*.log
*.tmp
.claude/
disputed/
latent/
