__pycache__/
*.py[cod]
*.pyo

.venv/
venv/
.gms-mcp/

.pytest_cache/
.mypy_cache/
.ruff_cache/

build/
dist/
*.egg-info/

gamemaker/
.vscode/settings.json
.cursor/mcp.json
.cursor/debug.log

# Local environment (API keys, secrets)
.env
.claude/settings.local.json
