# 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/

# Per-theme Session pickles for the hallucination ablation corpus builder.
# halluc_corpus.jsonl IS checked in; the pickled in-memory state is not.
examples/_corpus_state/
