# =============================================================================
# .claudeignore (auto-generated by AI Orchestra)
# DO NOT EDIT — managed by sync-orchestra.py
# Project-specific patterns: create .claudeignore.local
# =============================================================================

# Dependencies
node_modules/
bower_components/
vendor/
.venv/
venv/
env/

# Build outputs
dist/
build/
out/
.next/
.nuxt/
.output/
target/
*.egg-info/

# Cache
__pycache__/
.cache/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.turbo/

# Lock files
package-lock.json
yarn.lock
pnpm-lock.yaml
poetry.lock
composer.lock
go.sum

# IDE / Editor
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Coverage
coverage/
htmlcov/
.coverage

# Large binary / data
*.min.js
*.min.css
*.map
*.wasm

# Context sharing session data (auto-cleaned on session end)
.claude/context/session/

# Archived plans (auto-generated, reference only)
.claude/Plans.archive.md
