# Version-control, environment, build, test, and local run artifacts.
.git
.venv
**/__pycache__/
**/*.pyc
**/*.pyo
.pytest_cache/
.ruff_cache/
dist/
build/
*.egg-info/
runs/
.DS_Store
