Skip to content

Commit 72e7331

Browse files
committed
Add .gitignore for virtual and build directories
Added .gitignore file to exclude .venv and .lake directories from version control. This helps prevent committing virtual environment and build artifacts.
1 parent e8f9211 commit 72e7331

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.venv/
2+
.lake/

0 commit comments

Comments
 (0)