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

# pytest
.pytest_cache/
.coverage
htmlcov/

# ruff
.ruff_cache/

# editors
.idea/
.vscode/
*.swp

# examples
example/

# Local .claude config is ignored, except the project's NEWAVE<->Cobre
# comparison skill, which is tracked and shared with the team.
.claude/*
!.claude/skills/
.claude/skills/*
!.claude/skills/compare-newave-cobre/

plans/
