# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
*.egg
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Node
node_modules/
dist/

# Environment
.env
.env.local
.env.*.local

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

# OS
.DS_Store
Thumbs.db

# Data
*.parquet
*.csv
*.db

# Rust
**/target/

# AI coding-tool state (local per-developer config/session data)
.claude/
.agents/
.codex/

# Impeccable (cache/session data — design.json is derived from DESIGN.md)
.impeccable/
frontend/src/.impeccable/

# Playwright
playwright-report/
test-results/

# DB backups
azfive-backup-*.sql

# Built frontend (produced by the Docker build's `npm run build`). Never commit
# it: stale committed chunks get served alongside fresh ones and can pin an old
# bundle that lacks the X-AzFive-Branch header, silently routing branch writes to main.
backend/static/

# SDK build outputs (sdk-ios SwiftPM, Flutter, Android/Gradle)
sdk-ios/.build/
sdk-flutter/build/
sdk-flutter/.dart_tool/
sdk-android/.gradle/
sdk-android/**/build/
sdk-jvm/.gradle/
sdk-jvm/build/
