Skip to content

Commit bb896c5

Browse files
committed
fix: ignore .venv if in linux or macos operation system
1 parent 2701aa7 commit bb896c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Python virtual environment
22
venv/
3+
.venv/
34
__pycache__/
45

56
# Node.js dependencies

0 commit comments

Comments
 (0)