Skip to content

Commit dd7c743

Browse files
committed
Exclude dist build files
1 parent b9a3e6e commit dd7c743

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,7 @@ scratch*
4444
__pycache__/
4545
*.py[cod]
4646
.python-version
47-
.venv/
47+
.venv/
48+
49+
# Build files
50+
dist/

0 commit comments

Comments
 (0)