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

# Virtual environments
.venv/
venv/
env/
.env/

# pytest
.pytest_cache/
.cache/

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# coverage
.coverage
coverage.xml
htmlcov/

# Distribution / packaging
MANIFEST
*.tar.gz
*.whl

# opencode-runtime runtime state
.opencode-runtime/

# macOS
.DS_Store

# editors
.idea/
.vscode/
*.swp
*.swo
