14 lines
228 B
Plaintext
14 lines
228 B
Plaintext
.env
|
|
.vscode/settings.json
|
|
.mypy_cache
|
|
.pytest_cache
|
|
betterproto/tests/*.bin
|
|
betterproto/tests/*_pb2.py
|
|
betterproto/tests/*.py
|
|
!betterproto/tests/generate.py
|
|
!betterproto/tests/test_*.py
|
|
**/__pycache__
|
|
dist
|
|
**/*.egg-info
|
|
output
|