.gitignore 797 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. # Default ignored files
  2. /shelf/
  3. /workspace.xml
  4. # Editor-based HTTP Client requests
  5. /httpRequests/
  6. # Datasource local storage ignored files
  7. /dataSources/
  8. /dataSources.local.xml
  9. # Ignore local python virtual environment
  10. venv/
  11. # Ignore streamlit_chat_app.py conversations pickle
  12. conversations.pkl
  13. *.pkl
  14. # Ignore accounts created by api's
  15. accounts.txt
  16. .idea/
  17. **/__pycache__/
  18. __pycache__/
  19. dist/
  20. *.log
  21. *.pyc
  22. *.egg-info/
  23. *.egg
  24. *.egg-info
  25. build
  26. test.py
  27. update.py
  28. cookie.json
  29. notes.txt
  30. close_issues.py
  31. xxx.py
  32. lab.py
  33. lab.js
  34. bing.py
  35. bing2.py
  36. .DS_Store
  37. lab/*
  38. lab
  39. tstt.py
  40. providerstest.py
  41. prv.py
  42. # Emacs crap
  43. *~
  44. x.js
  45. x.py
  46. info.txt
  47. local.py
  48. *.gguf
  49. image.py
  50. .buildozer
  51. hardir
  52. har_and_cookies
  53. node_modules
  54. models
  55. projects/windows/g4f
  56. doc.txt
  57. dist.py
  58. x.txt
  59. bench.py
  60. to-reverse.txt
  61. g4f/Provider/OpenaiChat2.py