# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv/

# Environment variables (keep .env.example tracked)
.env
.env.*
!.env.example

# Tooling caches
.ruff_cache/
.pytest_cache/
.pyright/

# Playwright / test-run artifacts
node_modules/
playwright-report/
test-results/
playwright.log

# Repair-run outputs
repair-summary.json

# Logs
*.jsonl

# Misc
*.ipynb
.DS_Store

.vscode/
/settings.json
