Essi commited on
Commit
20d0e30
·
1 Parent(s): f38ac36

chore: update `.gitignore` to include ruff_cache, mypy_cache, and .env files

Browse files
Files changed (1) hide show
  1. .gitignore +4 -1
.gitignore CHANGED
@@ -1,2 +1,5 @@
1
  .venv/
2
- __pycache__/
 
 
 
 
1
  .venv/
2
+ __pycache__/
3
+ .ruff_cache/
4
+ .mypy_cache/
5
+ .env