# Personal data — never committed (see docs/DESIGN.md §13.11)
travelers.toml
cookies.toml
.env
.env.*

# Session state, caches, reports (see docs/DESIGN.md §13.12)
*.sqlite
*.sqlite-wal
*.sqlite-shm
reports/
sessions/

# Browser profiles and captured evidence
profiles/
screenshots/

# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
