Init repo
This commit is contained in:
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
__pycache__
|
||||
.venv
|
||||
*.db
|
||||
.envrc
|
||||
4
pyrightconfig.json
Normal file
4
pyrightconfig.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"typeCheckingMode": "basic",
|
||||
"reportExplicitAny": false
|
||||
}
|
||||
Reference in New Issue
Block a user