summaryrefslogblamecommitdiffstats
path: root/.gitignore
blob: 03f73c6d265cc8d3d221266f4a9899cbca938421 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                        




                                                   
     



                                  

      
               
 

            


           

     
 
     



           



            
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

# Ignore local python virtual environment
venv/

# Ignore streamlit_chat_app.py conversations pickle
conversations.pkl
*.pkl

# Ignore accounts created by api's
accounts.txt

.idea/

**/__pycache__/

__pycache__/

*.log

cookie.json

*.pyc

dist/
*.egg-info/
*.egg
*.egg-info
build
test.py

# Emacs crap
*~