Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

.gitignore 963B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # Generated by Cargo
  2. # will have compiled files and executables
  3. debug/
  4. target/
  5. __pycache__/
  6. hudet/
  7. cv/
  8. layout_app.py
  9. api/flask_session
  10. # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
  11. # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
  12. Cargo.lock
  13. # These are backup files generated by rustfmt
  14. **/*.rs.bk
  15. # MSVC Windows builds of rustc generate these, which store debugging information
  16. *.pdb
  17. *.trie
  18. .idea/
  19. .vscode/
  20. # Exclude Mac generated files
  21. .DS_Store
  22. # Exclude the log folder
  23. docker/ragflow-logs/
  24. /flask_session
  25. /logs
  26. rag/res/deepdoc
  27. # Exclude sdk generated files
  28. sdk/python/ragflow.egg-info/
  29. sdk/python/build/
  30. sdk/python/dist/
  31. sdk/python/ragflow_sdk.egg-info/
  32. huggingface.co/
  33. nltk_data/
  34. # Exclude hash-like temporary files like 9b5ad71b2ce5302211f9c61530b329a4922fc6a4
  35. *[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]*
  36. .lh/
  37. .venv
  38. docker/data