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

# Virtual environments
.venv

# mypy
.mypy_cache

# PyTest
.pytest_cache

# ruff
.ruff_cache

# tox
.tox

# Generated documentation
docs

# Unhelpful editors
.vscode

# Don't wanna lock a library
uv.lock
