Skip to content

Commit 630ba6f

Browse files
Fix: update .gitignore to include .mypy_cache and requirements.txt
1 parent 3840632 commit 630ba6f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
.venv
3-
.mypy_cache
3+
.mypy_cache
4+
requirements.txt

0 commit comments

Comments
 (0)