Skip to content

Commit 298975a

Browse files
committed
Gitignore: Ignore vscode, ipynbs
1 parent 3d9b36a commit 298975a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Project specific
22

3+
.vscode/**
4+
*.ipynb
35
*.traj.json
6+
logs/**
47

58
# -------------
69

@@ -212,5 +215,5 @@ marimo/_static/
212215
marimo/_lsp/
213216
__marimo__/
214217

215-
# Custom
216-
logs/
218+
219+
# >>>>>>>>> CUSTOM THINGS ON TOP OF FILE <<<<<<<<<

0 commit comments

Comments
 (0)