__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
env/
.env
.env.*
*.log
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
node_modules/
.DS_Store
Thumbs.db
*.swp
*.swo
reports/

# Test targets (cloned repos)
test-targets/

# Generated reports
*.report.json
fs-report.json

# Internal docs (not published)
docs/internal/
docs/observations/

# Website build artifacts
website/.next/
website/out/
website/node_modules/
