You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
332 B

  1. junitxml
  2. .idea
  3. .mypy_cache
  4. .pytest_cache
  5. .vscode
  6. .git
  7. .github
  8. .DS_Store
  9. dist
  10. backend/*.sqlite3*
  11. backend/junitxml
  12. backend/media
  13. backend/filepond-temp-uploads
  14. backend/stored_uploads
  15. backend/staticfiles
  16. backend/venv
  17. backend/**/__pycache__/
  18. backend/.mypy_cache
  19. frontend/.nuxt/
  20. frontend/coverage/
  21. frontend/dist/
  22. frontend/node_modules/