.venv/
build/
dist/
src/*.egg-info/
src/**/*.pyc
src/**/__pycache__/
tests/**/__pycache__/
.pytest_cache/

