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

# Virtual envs
.venv/
venv/
env/

# Tooling
.ruff_cache/
.pytest_cache/
.mypy_cache/
.tox/

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

# Project-local Claude state
.claude/settings.local.json

# Built Grasshopper user objects (these are release artifacts, not source)
*.ghuser
grasshopper/**/__pycache__/
