# Python bytecode
__pycache__/
*.pyc
*.pyo
*.py[cod]

# Test / type caches
.pytest_cache/
.mypy_cache/
.benchmarks/
.coverage
htmlcov/

# Build artifacts
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/

# Environment / secrets
.env
*.env.local

# IDE
.vscode/
.idea/
.claude-plugin/
statuses/

# Logs
*.log

# AIV working documents (per-Batch docs)
docs/aiv/
!docs/aiv/AIV_FRAMEWORK_v5.3.md

# Session data
sessions/
views.json
/config.json
=10.0
Analysis-Framework/
*.png
!Super-Browser.png

# Lock files
uv.lock

# OS
.DS_Store
Thumbs.db

# Spill directory
~/.super-browser/spill/
*/__pycache__/
NUL
sessions/
sources/
events.jsonl

# E2E test artifacts
tests/e2e/artifacts/

# Benchmark results
benchmarks/results/

# Smoke test results
smoke-results/
stress-results/

# E2E trend artifacts
tests/e2e/artifacts/e2e-history.json
tests/e2e/artifacts/e2e-trend.md
