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 0937e2f commit b989347Copy full SHA for b989347
.gitignore
@@ -1,21 +1,25 @@
1
-build/
2
-.cache/
+# Files
3
.coverage
4
-dist/
5
*.doctree
6
-docs_out/
7
-*.egg-info/
8
-.idea/
9
.DS_Store
10
*.orig
11
*.jpg
12
*.png
13
*.png.old
14
*.pickle
15
*.pyc
16
-.pytest_cache
17
-.vscode
+
+# Folders
+build/
+.cache/
+dist/
+docs_out/
+*.egg-info/
18
+.idea/
19
+.pytest_cache/
20
+.vscode/
21
docs/output/
22
.mypy_cache/
23
__pycache__/
24
+ruff_cache/
25
venv/
0 commit comments