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.
.gitignore
1 parent f9baaea commit 60f2139Copy full SHA for 60f2139
.gitignore
@@ -1,11 +1,24 @@
1
+# Common Files
2
*.egg-info
3
*.pyc
4
*.pyo
5
.DS_Store
6
.coverage*
-.idea
7
+uv.lock
8
+
9
+# Common Directories
10
+.fleet/
11
+.idea/
12
+.ipynb_checkpoints/
13
.python-version
14
+.vs/
15
+.vscode/
16
+.sandbox/
17
+build/
18
+dist/
19
+docs/_build/
20
+docs/generated/
21
+node_modules/
22
+references/
23
24
__pycache__
-
-uv.lock
0 commit comments