.dockerignore 434 B

1234567891011121314151617181920212223
  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. **/.mypy_cache
  15. **/.nicegui
  16. # flyctl launch added from .pytest_cache/.gitignore
  17. # Created by pytest automatically.
  18. .pytest_cache/**/*
  19. # flyctl launch added from tests/.pytest_cache/.gitignore
  20. # Created by pytest automatically.
  21. tests/.pytest_cache/**/*