Skip to content

Commit 69142bb

Browse files
committed
process local folder
1 parent 8e82565 commit 69142bb

26 files changed

+87
-2
lines changed

.gitignore

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,44 @@
1+
# Byte-compiled files
2+
*.pyc
3+
*.pyo
4+
*.pyd
5+
__pycache__/
6+
7+
# Virtual environments
8+
venv/
9+
env/
10+
.virtualenv/
11+
12+
# Distribution/build files
13+
build/
14+
dist/
15+
*.egg-info/
16+
.eggs/
17+
18+
# IDE settings
19+
.vscode/
20+
.idea/
21+
*.swp
22+
23+
# Logs and debugging
24+
*.log
25+
*.trace
26+
27+
# OS-specific files
28+
.DS_Store
29+
Thumbs.db
30+
31+
# Testing and coverage
32+
htmlcov/
33+
*.cover
34+
.coverage
35+
.cache/
36+
pytest_cache/
37+
38+
# Jupyter Notebook checkpoints
39+
.ipynb_checkpoints/
40+
41+
# Custom settings
142
.env
43+
*.sqlite3
244
.vercel
-456 Bytes
Binary file not shown.

api/__pycache__/app.cpython-312.pyc

-16.5 KB
Binary file not shown.
-458 Bytes
Binary file not shown.

api/__pycache__/graph.cpython-312.pyc

-30.9 KB
Binary file not shown.

api/__pycache__/info.cpython-312.pyc

-4.61 KB
Binary file not shown.

api/__pycache__/llm.cpython-312.pyc

-4.16 KB
Binary file not shown.
-5.05 KB
Binary file not shown.
-217 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)