# Virtual environments
.venv/
venv/
env/

# Python bytecode / caches
__pycache__/
*.py[cod]
*.egg-info/

# Build artifacts (wheel/sdist)
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# SQLite databases (local queue + server store) and WAL sidecar files
*.db
*.db-wal
*.db-shm
*.db-journal

# Dashboard CSV exports
telemetry.csv

# Real SDK config with a live API key (keep telemetry.example.json as the template)
telemetry.json

# Editor / OS noise
.vscode/
.idea/
.DS_Store
Thumbs.db

# Reference context only — not part of the SDK, never commit
SolarRace_OS/
Pit_Dashboard/

# Promo video — hosted in a GitHub issue, not tracked in the repo
promo/

# Local assistant project-notes — kept on disk, not published
CLAUDE.md
claude.md
