.gitignore 68 B

123456789
  1. *.swp
  2. *.pyc
  3. *~
  4. build/
  5. dist/
  6. rec/
  7. *.egg-info/
  8. /venv
  9. /docker/output/*