.gitignore 87 B

123456789
  1. dist
  2. .DS_Store
  3. *.egg-info
  4. build
  5. __pycache__
  6. venv/
  7. test/
  8. .vscode/launch.json
  9. config.cfg