17 lines
283 B
Plaintext
17 lines
283 B
Plaintext
.env
|
|
.vscode/settings.json
|
|
.mypy_cache
|
|
.pytest_cache
|
|
.python-version
|
|
build/
|
|
betterproto/tests/*.bin
|
|
betterproto/tests/*_pb2.py
|
|
betterproto/tests/*.py
|
|
!betterproto/tests/generate.py
|
|
!betterproto/tests/test_*.py
|
|
**/__pycache__
|
|
dist
|
|
**/*.egg-info
|
|
output
|
|
betterproto/tests/output_*
|
|
.idea |