We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac86a02 commit b4fb8e8Copy full SHA for b4fb8e8
.gitignore
@@ -3,31 +3,45 @@ node_modules/
3
py_modules/
4
5
# Build output
6
+# main JS/TS bundles and artifacts
7
dist/
8
out/
9
+build/
10
+.cache/
11
*.zip
12
-# IDE
-.vscode/settings.json
13
+# TypeScript
14
+*.tsbuildinfo
15
+
16
+# IDE / Editor
17
+.vscode/
18
.idea/
19
+*.swp
20
21
# OS
22
.DS_Store
23
Thumbs.db
24
25
# Logs
26
*.log
27
+npm-debug.log*
28
+yarn-debug.log*
29
+yarn-error.log*
30
+pnpm-debug.log*
31
32
# Environment
33
.env
-.env.local
34
+.env.*
35
36
# Python
37
__pycache__/
38
*.py[cod]
39
*$py.class
40
.Python
41
*.so
42
+.venv/
43
+venv/
44
+.env.python
45
46
# pnpm
47
.pnpm-store/
0 commit comments