.venv/
.idea
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
tests/
.git/
.github/
#*.md
!README.md
.env
.env.*
Dockerfile

