# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
env/

# Environment & secrets
.env
*.env.local

# Test & coverage artifacts
.coverage
.coverage.*
coverage.xml
htmlcov/
.pytest_cache/
.ruff_cache/

# Data (large files, local index, sessions)
data/chroma/
data/sessions.db
data/sessions.db-*
data/helio4cast/
data/workspace/
data/catalogs/
data/users.json
data/users/
data/profiles/
data/profile.md

# Local MCP config
.mcp.json

# Local agent tooling
.opencode/

# Demo recordings
demo/

# Editor
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# uv
.uv/

# Built documentation (deployed by CI, never committed)
site/

# Runtime data created by running the example notebooks from examples/
examples/data/
