|
|
@@ -0,0 +1,20 @@
|
|
|
+{
|
|
|
+ "files.exclude": {
|
|
|
+ "**/__pycache__": true,
|
|
|
+ "**/.pytest_cache": true,
|
|
|
+ "**/.ruff_cache": true,
|
|
|
+ "**/.mypy_cache": true,
|
|
|
+ "**/.cache": true,
|
|
|
+ "**/.pytype": true,
|
|
|
+ "**/.venv": true
|
|
|
+ },
|
|
|
+ "search.exclude": {
|
|
|
+ "**/__pycache__": true,
|
|
|
+ "**/.pytest_cache": true,
|
|
|
+ "**/.ruff_cache": true,
|
|
|
+ "**/.mypy_cache": true,
|
|
|
+ "**/.cache": true,
|
|
|
+ "**/.pytype": true,
|
|
|
+ "**/.venv": true
|
|
|
+ }
|
|
|
+}
|