Skip to content

Commit 3d29947

Browse files
committed
test
1 parent 8047205 commit 3d29947

File tree

2 files changed

+54
-14
lines changed

2 files changed

+54
-14
lines changed

.gitignore

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,59 @@
11
# Build output
22
dist/
33
test/testBuild
4+
build/
45

5-
# Node modules folder
6+
# Dependencies
67
node_modules/
8+
.pnp/
9+
.pnp.js
10+
11+
# Testing
12+
coverage/
13+
test-results/
14+
15+
# Production
16+
build/
17+
.env.local
18+
.env.development.local
19+
.env.test.local
20+
.env.production.local
21+
22+
# Misc
23+
.DS_Store
24+
.env
25+
.env.local
26+
.env.development
27+
.env.production
28+
.env.test
29+
30+
# Debug logs
31+
npm-debug.log*
32+
yarn-debug.log*
33+
yarn-error.log*
34+
debug.log
35+
36+
# IDE specific files
37+
.idea/
38+
.vscode/
39+
*.swp
40+
*.swo
41+
.vs/
42+
43+
# Office Add-in specific
44+
*.sideload.*
45+
*.xml.bak
46+
manifest.*.xml
47+
48+
# SSL certificates
49+
certs/
50+
*.pem
51+
*.cer
52+
*.pvk
53+
54+
# Python virtual environments
55+
.venv/
56+
venv/
57+
ENV/
58+
.env/
59+
.python-version

llm_alpha_models/test_llm.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)