Skip to content

Commit 1f7c08f

Browse files
committed
maybe the problerm
1 parent 37b3202 commit 1f7c08f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Folders
2+
venv/
3+
.venv/
4+
.env
5+
16
# Compiled python files
27
*.py[oc]
38

@@ -10,8 +15,10 @@
1015
.pydevproject
1116
.orig
1217
.DS_Store
18+
1319
^build/
14-
^dist/
20+
# ^dist/ is dead syntax
21+
/dist/
1522
^bin/
1623
^tools/gnuwin32/
1724
^tools/TortoiseHg/

0 commit comments

Comments
 (0)