.gitignore 423 B

1234567891011121314151617181920212223242526272829303132
  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. *.log
  20. cookie.json
  21. *.pyc
  22. dist/