.git
.gitignore
.vscode
.idea

__pycache__
*.pyc
*.pyo
*.pyd

.venv
venv
.env
.env.*

.pytest_cache
.coverage
htmlcov
dist
build
*.egg-info

