.dockerignore 384 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .DS_Store
  2. ._*
  3. *.pyc
  4. __pycache__/
  5. .mypy_cache/
  6. .pytest_cache/
  7. .github/
  8. .pdm-build/
  9. .pdm-python
  10. .eggs/
  11. .git/
  12. .vscode/
  13. !.git/HEAD
  14. !.git/refs/heads/*
  15. venv/
  16. .venv/
  17. .venv-old/
  18. .docker-venv/
  19. node_modules/
  20. chrome/
  21. chromeprofile/
  22. pdm.dev.lock
  23. pdm.lock
  24. docs/
  25. build/
  26. dist/
  27. brew_dist/
  28. deb_dist/
  29. pip_dist/
  30. assets/
  31. docker/
  32. website/
  33. typings/
  34. data/
  35. data*/
  36. output/
  37. index.sqlite3
  38. index.sqlite3-wal