.env
.env.*
!.env.example

__pycache__/
.pytest_cache/
.pytest-tmp/
*.py[cod]
.venv/
build/
dist/
*.egg-info/

test_results/
