Skip to content

Commit c7aa6b8

Browse files
author
matmoncon
committed
chore: add .venv to ignore files
1 parent 01e2a9d commit c7aa6b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"**/Thumbs.db": true,
2323
".pytest_cache": true,
2424
".neo4j_data": true,
25-
".coverage": true
25+
".coverage": true,
26+
".venv": true
2627
}
2728
}

0 commit comments

Comments
 (0)