mirror of
https://github.com/StefBuwalda/ProjectIOT.git
synced 2025-10-29 18:59:57 +00:00
Prevent pyright from checking folders that are messed up
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
|||||||
# Manually added
|
# Manually added
|
||||||
migrations
|
migrations
|
||||||
|
.pyplatexCache
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
|||||||
9
pyrightconfig.json
Normal file
9
pyrightconfig.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"exclude": [
|
||||||
|
"migrations",
|
||||||
|
".venv",
|
||||||
|
"pico_files",
|
||||||
|
"AT_frontend",
|
||||||
|
"OCR",
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user