.gitignore 604 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. *~