python-betterproto/.gitignore
2020-07-07 19:23:38 +02:00

18 lines
191 B
Plaintext

.coverage
.DS_Store
.env
.vscode/settings.json
.mypy_cache
.pytest_cache
.python-version
build/
betterproto/tests/output_*
**/__pycache__
dist
**/*.egg-info
output
.idea
.DS_Store
.tox
.venv