Melika Kheirieh commited on
Commit ·
6795cb9
1
Parent(s): 15ee2b5
Initial commit: basic Gradio + Langchain SQL copilot prototype
Browse files- .gitignore +1 -1
.gitignore
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
.env
|
| 2 |
__pycache__/
|
| 3 |
.venv/
|
| 4 |
-
.idea
|
| 5 |
.DS_Store
|
|
|
|
| 1 |
.env
|
| 2 |
__pycache__/
|
| 3 |
.venv/
|
| 4 |
+
.idea/
|
| 5 |
.DS_Store
|