# general things to ignore
build/
dist/
*.egg-info/
*.egg
*.py[cod]
__pycache__/
*.so
*~
.vscode

# due to using tox and pytest
.tox
.cache

# virtualenv
.idea*
.venv*
venv*/
ENV*/
temp
uv.lock
