Muqadas-13 commited on
Commit
77a21fd
·
verified ·
1 Parent(s): bcb9de1

Update .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +17 -16
.gitignore CHANGED
@@ -1,16 +1,17 @@
1
- .env
2
- .env.*
3
- __pycache__/
4
- *.py[cod]
5
- .pytest_cache/
6
- .ruff_cache/
7
- .mypy_cache/
8
- .cache/
9
- venv/
10
- .venv/
11
- hf_cache/
12
- vector_store/
13
- .streamlit/
14
- *.log
15
- .DS_Store
16
- Thumbs.db
 
 
1
+ .env
2
+ .env.*
3
+ __pycache__/
4
+ *.py[cod]
5
+ .pytest_cache/
6
+ .ruff_cache/
7
+ .mypy_cache/
8
+ .cache/
9
+ venv/
10
+ .venv/
11
+ hf_cache/
12
+ vector_store/
13
+ .streamlit/
14
+ !.streamlit/config.toml
15
+ *.log
16
+ .DS_Store
17
+ Thumbs.db