__pycache__/
*.py[cod]
*.pyo

.venv/
venv/
.gms-mcp/

.pytest_cache/
.mypy_cache/
.ruff_cache/

build/
dist/
*.egg-info/

gamemaker/
