Skip to content

Commit fd36939

Browse files
Update .gitignore
1 parent 2b1d8b3 commit fd36939

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

.gitignore

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
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+
10+
# Ignore local python virtual environment
11+
venv/
12+
13+
# Ignore streamlit_chat_app.py conversations pickle
14+
conversations.pkl
15+
*.pkl
16+
17+
118
ex.env
2-
myenv
19+
20+
.idea/
21+
**/__pycache__/
22+
__pycache__/
23+
24+
dist/
25+
*.log
26+
*.pyc
27+
*.egg-info/
28+
*.egg
29+
*.egg-info
30+
build

0 commit comments

Comments
 (0)