chore(gitignore): exclude .claude/ and venv directories

Remove the accidentally-committed Claude Code scratch state and add
the canonical ignore entries.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-14 00:23:42 +03:00
parent 6b7a48bb20
commit 0dc90f9005
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@@ -7,3 +7,6 @@ build/
*.egg-info/
.pytest_cache/
.worktrees/
.claude/
.venv/
venv/