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

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Mypy
.mypy_cache/

# Ruff
.ruff_cache/

# OS
.DS_Store

# Editors
.vscode/
.idea/

# Private, local-only launchers (company-internal LLM auth, etc.)
private/

# Claude Code (per-user assistant config — not project-relevant for OSS)
.claude/

# Local datasets used by private/* runners (MovieLens-1M, etc). ~30MB.
# These shouldn't ship with the package — they're hydrated on-demand by
# whichever runner needs them.
data/
