The source code and dockerfile for the GSW2024 AI Lab.
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

27 lines
294 B

4 weeks ago
  1. *.pyc
  2. *__pycache__
  3. *egg-info
  4. trained_models
  5. # PyPI
  6. build/*
  7. dist/*
  8. .idea/
  9. # Docs
  10. .DS_Store
  11. _site
  12. .jekyll-cache
  13. __pycache__
  14. .vscode/
  15. docs/_build/
  16. docs/build/
  17. _build/
  18. /docs/environments/**/*.md
  19. /docs/environments/**/*.html
  20. !/docs/environments/**/index.md
  21. # Virtual environments
  22. .env
  23. .venv
  24. venv