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

# uv
.venv/
.python-version

# nox
.nox/

# pytest
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# editors
.vscode/
.idea/
*.swp
*~

# mkdocs
site/
guide/assets/icon.svg
