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

# pytest / coverage
.pytest_cache/
htmlcov/
.coverage

# uv
.python-version

# zensical build output
site/

# vim
*~
*.swp
*.swo
