# Build artifacts
target/

# Git
.git/
.gitignore

# Environment (secrets)
.env

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

# Documentation
README.md
CLAUDE.md
benchmarks/
.claude/

# Deploy scripts (not needed inside image)
deploy/
