.dockerignore 189 B

123456789101112131415161718192021222324
  1. .git
  2. .gitignore
  3. __pycache__
  4. *.pyc
  5. *.pyo
  6. .venv
  7. venv
  8. frontend/node_modules
  9. frontend/.vite
  10. instance/*.db
  11. *.db
  12. *.sqlite
  13. backend/.env*.local
  14. *.env.local
  15. refs
  16. temp_ref_project
  17. tests
  18. design