# pixi
.pixi/

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

# venvs (in case anyone strays from pixi)
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.hypothesis/

# Type checkers
.pyright/
.mypy_cache/
.ruff_cache/

# Docs build
site/

# Editors / OS
.idea/
.vscode/
.DS_Store
*.swp

# Secrets
.env
.env.*
!.env.example

# Claude Code local settings (project-wide settings.json may be committed)
.claude/settings.local.json

# Codex agent local dir (installed skills / symlinks, not committed here)
.codex/

# playground contains manual test code
playground/

# Agent worktrees — transient, and each is a git repo of its own.
.claude/worktrees/
