.venv/
.wheel-smoke/
__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/
site/
*.egg-info/

# Local runtime state
.waymark-local/
.env
.env.*

# OS/editor noise
.DS_Store
Thumbs.db
.idea/
.vscode/
