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

# Tooling
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# uv
# uv.lock is committed — do not ignore

# Editors / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

# onepool runtime artifacts
checkpoints/
*.log
