Skip to content

Commit 8e1fe6e

Browse files
dguidoclaude
andcommitted
chore: add mypy cache to gitignore
Added .mypy_cache/ patterns to prevent committing mypy's type checking cache directories. This keeps the repository clean and avoids conflicts between different development environments. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4fa1122 commit 8e1fe6e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ dist/
4141
pdm.lock
4242
.langchain.db
4343

44+
# Mypy type checking cache
45+
.mypy_cache/
46+
**/.mypy_cache/
47+
4448
*.bak
4549
*.orig
4650

0 commit comments

Comments
 (0)