.dockerignore 332 B

12345678910111213141516171819202122232425
  1. # flyctl launch added from .gitignore
  2. **/__pycache__
  3. **/*.egg-info
  4. **/.*.swp
  5. **/dist
  6. test.py
  7. demo.py
  8. **/*.pickle
  9. **/tests/screenshots
  10. **/.venv
  11. **/.pytest_cache
  12. **/.coverage
  13. **/.git
  14. **/.github
  15. **/.mypy_cache
  16. **/.nicegui
  17. .pytest_cache/**/*
  18. tests/.pytest_cache/**/*
  19. **/.ruff_cache
  20. **/*.pyc
  21. **/.cursor
  22. **/.DS_Store
  23. **/.idea
  24. **/.vscode