Skip to content

Commit 39a21d4

Browse files
authored
Tweak .gitignore (#352)
1 parent ff39b8d commit 39a21d4

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,16 @@ yarn-debug.log*
3434
yarn-error.log*
3535
.npm
3636

37+
# Python virtual environments
38+
venv/
39+
.venv/
40+
3741
# Dev environment
3842
/_dev/
3943

44+
# Jupyter Notebook
45+
.ipynb_checkpoints
46+
4047
# Temporary files
4148
*.tmp
4249
*.temp
@@ -73,7 +80,9 @@ perf.data*
7380
criterion/
7481

7582
# WASM artifacts
76-
pkg/
83+
/ggsql-wasm/pkg/
84+
/ggsql-wasm/demo/dist/
85+
/ggsql-wasm/library/dist/
7786

7887
# C/C++ build artifacts (from tree-sitter)
7988
*.o

0 commit comments

Comments
 (0)