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

# Virtual environments
.venv/
venv/
env/

# PyInstaller
build/
dist/
tools/mo2_test.spec

# Test output
mo2_test_results.txt

# Temp
temp/
tools/

# Tools
.ruff_cache/
.pyright/
.mypy_cache/

# IDE
.vscode/
.idea/
*.suo
*.user
