# IDE
.kiro
.claude

# Virt Env
.venv

# Caches
__pycache__
.pytest_cache
.ruff_cache
.mypy_cache

# Build
dist
build
*.egg-info

# Coverage
.coverage
htmlcov/
coverage.xml

# OS
.DS_Store
Thumbs.db

# Docs
DEPLOYMENT.md
DEPLOYMENT_CHECKLIST.md

# Testing Resources
resources/

# Debug Scripts
debug/

# Temporary test files
/test_*.xml
/test_*.py

# web-ui (Next.js)
web-ui/node_modules/
web-ui/.next/
web-ui/out/
web-ui/.env.local
web-ui/.env*.local

# api (FastAPI)
api/__pycache__/
api/**/__pycache__/
