.gitignore 139 B

12345678910
  1. .idea/
  2. *.pyc
  3. /.git/
  4. .DS_Store
  5. /spug_web/node_modules/
  6. /spug_web/dist/
  7. /spug_web/npm-debug.log
  8. /spug_api/config.py
  9. /spug_api/test.db
  10. /venv/