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

# Virtual environments
.venv/
venv/

# Written at build time by hatch-vcs
/src/posit_cli/_version.py

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
# roborev snapshots
/.roborev/
