devangshrivastava
commited on
Commit
·
5b4018c
1
Parent(s):
f61da97
git ignore updated
Browse files- .gitignore +5 -1
.gitignore
CHANGED
@@ -5,4 +5,8 @@ venv/
|
|
5 |
__pycache__/
|
6 |
*.py[cod]
|
7 |
*.pyo
|
8 |
-
*.pyd
|
|
|
|
|
|
|
|
|
|
5 |
__pycache__/
|
6 |
*.py[cod]
|
7 |
*.pyo
|
8 |
+
*.pyd
|
9 |
+
|
10 |
+
agentic_implementation/*.json
|
11 |
+
agentic_implementation/*.log
|
12 |
+
agentic_implementation/*.db
|