mirror of
https://github.com/StefBuwalda/ProjectIOT.git
synced 2025-10-29 10:49:58 +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
|
||||
migrations
|
||||
.pyplatexCache
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__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