chore: ignore all .venv*/ and venv*/ directories
Browse filesCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- .gitignore +2 -2
.gitignore
CHANGED
|
@@ -7,8 +7,8 @@ __pycache__/
|
|
| 7 |
.ruff_cache/
|
| 8 |
|
| 9 |
# Virtual envs
|
| 10 |
-
.venv/
|
| 11 |
-
venv/
|
| 12 |
env/
|
| 13 |
|
| 14 |
# Data — only keep folder structure, never raw payloads
|
|
|
|
| 7 |
.ruff_cache/
|
| 8 |
|
| 9 |
# Virtual envs
|
| 10 |
+
.venv*/
|
| 11 |
+
venv*/
|
| 12 |
env/
|
| 13 |
|
| 14 |
# Data — only keep folder structure, never raw payloads
|