We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff39b8d commit 39a21d4Copy full SHA for 39a21d4
1 file changed
.gitignore
@@ -34,9 +34,16 @@ yarn-debug.log*
34
yarn-error.log*
35
.npm
36
37
+# Python virtual environments
38
+venv/
39
+.venv/
40
+
41
# Dev environment
42
/_dev/
43
44
+# Jupyter Notebook
45
+.ipynb_checkpoints
46
47
# Temporary files
48
*.tmp
49
*.temp
@@ -73,7 +80,9 @@ perf.data*
73
80
criterion/
74
81
75
82
# WASM artifacts
76
-pkg/
83
+/ggsql-wasm/pkg/
84
+/ggsql-wasm/demo/dist/
85
+/ggsql-wasm/library/dist/
77
86
78
87
# C/C++ build artifacts (from tree-sitter)
79
88
*.o
0 commit comments