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

# pytest / coverage
.pytest_cache/
htmlcov/
.coverage

# uv
.python-version

# zensical build output
site/

# vim
.*.sw?

# uv lock file
uv.lock

# claude config etc
.claude
