Skip to content

Commit 94c6faa

Browse files
authored
Merge pull request #585 from light-curve/copilot/add-venv-to-gitignore
Add .venv and venv to root .gitignore
2 parents 7e89c2a + ad61cbf commit 94c6faa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Python virtual environments
2+
**/venv
3+
**/.venv

0 commit comments

Comments
 (0)