.gitignore 73 B

12345678
  1. Backend.ini
  2. main.py
  3. .vscode/
  4. *_pb2.py
  5. __pycache__
  6. *.egg-info
  7. build/
  8. dist/