.DS_Store
**/.DS_Store/
.pytest_cache/
**/.pytest_cache/
__pycache__/
**/__pycache__/
**/__pycache__/*.pyc
*.pyc
**/*.pyc
.trunk
.venv/
.coverage
.test**
.env

# Hide egg-info
*.egg-info/
dist/