__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/
*.egg
.pytest_cache/
.ruff_cache/
node_modules/
.venv/
*.whl
.claude/

# Local Godot editor used for integration testing — never commit the binary
godot/
*.exe

# Coverage artefacts embed absolute filesystem paths
.coverage
.coverage.*
coverage.xml
htmlcov/
