/target

*.so
*.pyd
*.dylib
*.pdb

__pycache__/
*.py[cod]

/dist
/wheels
*.egg-info/

.venv/
.env
.python-version

.mypy_cache/
.ruff_cache/
.pytest_cache/
