.git
.gitignore
__pycache__
*.pyc
*.egg-info
dist/
build/
.venv
venv
.pytest_cache
.coverage
htmlcov/
.github
docs/
*.md
!README.md
.env
.env.*
Dockerfile*
docker-compose*
.dockerignore
.DS_Store
*.log
tests/
