# Virtual environment
.venv/

# Generated at publish time (strip TOC for PyPI)
README-pypi.md

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
*.egg-info/
dist/
build/

# Editors
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
.claire/
