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

# Environments
.venv/
venv/

# Tooling caches
.pytest_cache/
.ruff_cache/
.pyright/

# agent-mcts run artifacts
.agent-mcts/

# OS / editor
.DS_Store
.idea/
.vscode/
