Skip to content

Commit eeb81d4

Browse files
committed
chore: ignore .venv/ and .linkedin/
Both are local-only directories (Python virtualenv and LinkedIn skill cache) that shouldn't be tracked.
1 parent 5e35499 commit eeb81d4

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
@@ -5,6 +5,8 @@ node_modules/
55
!website/public/hmze-logo.png
66
!docs/workflow-diagram.svg
77
.playwright-mcp/
8+
.venv/
9+
.linkedin/
810
*:Zone.Identifier
911
website/public/CONTRIBUTING.html
1012
website/public/CONTRIBUTING.de.html

0 commit comments

Comments
 (0)