We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe1dad commit 0b4163aCopy full SHA for 0b4163a
.gitignore
@@ -1,2 +1,7 @@
1
__pycache__*
2
-*.env*
+*.env*
3
+.mypy_cache/
4
+.pytest_cache/
5
+.ruff_cache/
6
+.venv/
7
+venv/
0 commit comments