You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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/