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

# Tooling
.cache/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

# Env / secrets
.env
~/.localml/

# Local data / volumes
data/
*.db
*.sqlite3
mlruns/

# OS / editor
.DS_Store
.idea/
.vscode/
