venv/
.venv/

__pycache__/
*.py[cod]

.vscode/

.env

temp
.cache

**/.cache/


build/
dist/
*.egg-info/
*.egg

.pytest_cache


temp/
