# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
# hatch-vcs writes this at build time
openbase_cli/_version.py

# Envs / tooling
.venv/
.ruff_cache/
.pytest_cache/
.mypy_cache/

# OS
.DS_Store

# zensical docs build output
/site
