Skip to content

Commit 0aa1488

Browse files
committed
update
1 parent a359bbf commit 0aa1488

Some content is hidden

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

47 files changed

+43329
-3237
lines changed

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,14 @@ package-lock.json
66
**/package-lock.json
77
build/
88
dist/
9-
*.egg-info/
9+
*.egg-info/
10+
*.venv/*
11+
*.venv/
12+
*.egg
13+
*.whl
14+
.venv
15+
.venv/*
16+
*venv*
17+
*.env
18+
*.env.*
19+
*.DS_Store

0 commit comments

Comments
 (0)