From 5e2a6bf213ffc5c05be48185c1d22189186fb9dc Mon Sep 17 00:00:00 2001 From: Sami Abuzakuk Date: Sat, 11 Oct 2025 00:09:04 +0200 Subject: [PATCH] Init repo --- .gitignore | 4 ++++ pyrightconfig.json | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 .gitignore create mode 100644 pyrightconfig.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..52796f6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__ +.venv +*.db +.envrc diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 0000000..793af76 --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,4 @@ +{ + "typeCheckingMode": "basic", + "reportExplicitAny": false +}