.git
.gitignore
.pytest_cache
.coverage
htmlcov
dist
build
*.egg-info
__pycache__
*.pyc
*.pyo
.venv
venv
.env
.env.*
!.env.example
data/
.certs/
certs/
.DS_Store
Thumbs.db
docs/
examples/
CONTRIBUTING.md
