Skip to content

Commit 1177d60

Browse files
kwlee2025cppclaude
andcommitted
chore: gitignore .venv030/ and .venv*/ local env dirs
A 2.2 GB local .venv030/ virtualenv sat alongside the existing ignored .venv; add an explicit .venv030 line plus a .venv*/ glob so any local env dir (.venv, .venv030, .venvNNN) is never tracked. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 72bf502 commit 1177d60

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ celerybeat-schedule
8484

8585
# virtualenv
8686
.venv
87+
.venv030
88+
.venv*/
8789
venv/
8890
ENV/
8991

0 commit comments

Comments
 (0)