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

# Virtual environments
.venv/
venv/
env/

# Pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# Mypy
.mypy_cache/

# Ruff
.ruff_cache/

# Distribution / packaging
*.whl
*.tar.gz
MANIFEST

# Jupyter
.ipynb_checkpoints/

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

# OS
.DS_Store
Thumbs.db

# Env files
.env
.env.*

# Local dev tooling
.claude/
CLAUDE.md

# ML training data — raw CSV (dataset licence; download from Kaggle) and Parquet artefacts
ml/data/*.csv
ml/data/*.parquet


# v0.3 SQLite user-posterior database (runtime artefact, not source)
*.db
api/comfortkit_personal.db
