Skip to content

Commit 47498be

Browse files
author
dvp
committed
build: clean .gitignore
1 parent a35a39f commit 47498be

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Ignore "hidded" files and directoies
22
.*
33

4+
### Marimo state files
5+
__marimo__/
6+
47
### Python template
58
# Byte-compiled / optimized / DLL files
69
__pycache__/
@@ -67,17 +70,13 @@ target/
6770

6871
dist/
6972
wrk/
70-
setup-generated.py
71-
poetry_setup_kwargs.txt
7273

7374
# benchmark resuls
7475
*uncommited-changes.json
7576

7677
#cmake work folders
7778
cmake-build-debug
7879

79-
#scibuild work folders
80-
_skbuild
8180

8281
# Visual studio
8382
.vs

0 commit comments

Comments
 (0)