Skip to content

Commit 9eac940

Browse files
committed
fix(gitignore): add exclusion for virtual environment directories
1 parent 4a10f65 commit 9eac940

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
@@ -184,6 +184,7 @@ celerybeat.pid
184184
.env
185185
.envrc
186186
.venv
187+
.venv*/
187188
env/
188189
venv/
189190
ENV/

0 commit comments

Comments
 (0)