We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41b6e6 commit 9fcc746Copy full SHA for 9fcc746
2 files changed
.gitignore
@@ -3,6 +3,8 @@
3
##
4
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
5
6
+.vscode/
7
+
8
# User-specific files
9
*.rsuser
10
*.suo
bindings/python/.gitignore
@@ -1,5 +1,3 @@
1
-.vscode/
2
-
# Byte-compiled / optimized / DLL files
__pycache__/
.dump
@@ -107,3 +105,6 @@ venv.bak/
107
105
108
106
# mypy
109
.mypy_cache/
+# ruff
110
+.ruff_cache/
0 commit comments