Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneholloman committed Oct 17, 2024
1 parent 0256ad1 commit 04bbcee
Show file tree
Hide file tree
Showing 5 changed files with 2,732 additions and 2,727 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,6 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

# Grit
.grit/
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"python.analysis.typeCheckingMode": "basic"
"python.analysis.typeCheckingMode": "basic",
"python.analysis.extraPaths": ["${workspaceFolder}"],
"python.autoComplete.extraPaths": ["${workspaceFolder}"]
}
Loading

0 comments on commit 04bbcee

Please sign in to comment.