diff --git a/.gitignore b/.gitignore index c33de5c..a9b65aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Manually added migrations +.pyplatexCache # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 0000000..45414ec --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,9 @@ +{ + "exclude": [ + "migrations", + ".venv", + "pico_files", + "AT_frontend", + "OCR", + ] +} \ No newline at end of file