python-betterproto/.gitignore
2020-07-11 19:51:01 +02:00

18 lines
179 B
Plaintext

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