# Ignore uv environment files.
.python-version
.venv/

# Ignore build files.
__pycache__/
dist/
_version.py

# Misc. Tooling and IDEs.
.jj
.vscode/
