Skip to content

Commit 0b4163a

Browse files
committed
chore: Added tools cache folders to ignore
1 parent 5fe1dad commit 0b4163a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
__pycache__*
2-
*.env*
2+
*.env*
3+
.mypy_cache/
4+
.pytest_cache/
5+
.ruff_cache/
6+
.venv/
7+
venv/

0 commit comments

Comments
 (0)