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

View File

@@ -1 +0,0 @@
{"sessionId":"f8703b33-7153-4d74-8fcd-4901f99605ae","pid":157025,"procStart":"20988217","acquiredAt":1778702857140}

3
.gitignore vendored
View File

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