# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# uv init artifacts
main.py
*.zip

# Example build artifacts
examples/**/_build/
examples/bazel/bazel-*

# Test fixture build output
tests/fixture/dist/

# Zensical build output
site/

# Editor config. Deliberately not tracked: VS Code writes machine-specific
# absolute paths into it (cmake.sourceDirectory pointed at one machine's
# $HOME for the life of the file). See #16.
.vscode/
