# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Testing
.pytest_cache
.coverage

# Virtual environments
.venv
activate.sh

# Local implementation and configuration (not tracked in git)
.erk/bin/
.erk/scratch/
.erk/impl-context/
.impl/  # legacy; kept to avoid accidentally committing old worktree artifacts
.erk/config.local.toml
.env

CLAUDE.local.md

# MkDocs build output
site/

.superset/
