# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
*.egg

# Virtual environments
venv/
.venv/
env/
.env/

# Environment files
.env
backend/.env

# pytest
.pytest_cache/
.coverage
htmlcov/

# Node / Next.js
node_modules/
.next/
out/

# Built frontend (bundled into wheel via hatch_build.py)
backend/_static/
frontend/out/

# Test artifacts
frontend/test-results/
frontend/test-results.json
frontend/playwright-report/

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

# OS
.DS_Store
Thumbs.db
