# virtual environments
.venv/
venv/

# safety net: the sktime dev checkout must never live inside this repo
/sktime/

# python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# tooling caches
.ruff_cache/
.pytest_cache/
.coverage
.cache/

# editors
.idea/
.vscode/

# personal Claude Code settings
.claude/settings.local.json

# internal working notes, not part of the published project
PLAN.md

# sphinx build output
docs/_build/

# local Claude Code state (skills, worktrees, settings)
.claude/
