__pycache__/
*.py[cod]

.venv/
venv/
env/

build/
dist/
*.egg-info/

.pytest_cache/
.mypy_cache/

.idea/
.vscode/