Skip to content

Commit 1e9a383

Browse files
Lorak-mmkfruch
authored andcommitted
gitignore: add "venv" to ignored dirs
This is very common name for Python's virtual environments, thus used commonly during development. Having it not ignored makes VSCode unable to process git changes in the project.
1 parent 033f594 commit 1e9a383

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ docs/poetry.lock
1818
tests/integration/ccm
1919
setuptools*.tar.gz
2020
setuptools*.egg
21+
venv/
2122

2223
cassandra/*.c
2324
!cassandra/cmurmur3.c

0 commit comments

Comments
 (0)