# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Project secrets and data
.secrets/
data/*.db
data/*.db-journal
data/*.db-wal
data/*.db-shm
data/raw/
data/fit/
data/backups/

# Garmin Takeout dump (personal health data — never commit)
0debd9f2-*/

# Agent/vector scratch DBs
ruvector.db
agentdb.rvf
agentdb.rvf.lock

# Notebook checkpoints
.ipynb_checkpoints/

# Test artefacts
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
