# Vendor manuals (Miltenyi Biotec copyright, large binaries — kept locally for reference)
*.pdf

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
.venv/
venv/
ENV/
env/

# Test / cache
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.ruff_cache/
.mypy_cache/

# IDE / OS
.idea/
.vscode/
.DS_Store
Thumbs.db

# Lock files (use uv.lock if/when uv is adopted)
# uv.lock

# Local Claude session state
.claude/sessions/
.claude/scheduled_tasks.json
