Skip to content

Commit c46ebe7

Browse files
committed
Remove large files and virtual environment from tracking
1 parent 00bb045 commit c46ebe7

File tree

37,891 files changed

+16
-6910378
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

37,891 files changed

+16
-6910378
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,19 @@ dist-ssr
2222
*.njsproj
2323
*.sln
2424
*.sw?
25+
26+
# Python virtual environment
27+
venv/
28+
.venv/
29+
env/
30+
ENV/
31+
*.pyc
32+
__pycache__/
33+
34+
# Large files and directories
35+
*.dll
36+
*.lib
37+
backend/venv/
38+
backend/.venv/
39+
**/torch/lib/
40+
**/site-packages/torch/lib/

__pycache__/main.cpython-313.pyc

-5.45 KB
Binary file not shown.
-5.72 KB
Binary file not shown.
-3.87 KB
Binary file not shown.
-2.73 KB
Binary file not shown.
-5.24 KB
Binary file not shown.
-5.93 KB
Binary file not shown.
-3.25 KB
Binary file not shown.
-14.2 KB
Binary file not shown.
-11.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)