.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
build/
dist/

# Sphinx generated output (rebuilt per-CI run + on RTD)
docs/_build/
docs/apidocs/
*.buildinfo.bak

# Claude Code MCP / scheduled-tasks runtime state
.claude/scheduled_tasks.lock

# jellycell — commit cache manifests (small JSON provenance), drop blobs/state
**/.jellycell/cache/blobs/
**/.jellycell/cache/state.db
**/.jellycell/cache/assets/
**/site/

# OS / editor
.DS_Store
.idea/
.vscode/
*.swp
*.swo
