Skip to content

Commit

Permalink
- sync code
Browse files Browse the repository at this point in the history
  • Loading branch information
maycuatroi committed Oct 7, 2024
1 parent a4569f3 commit faf5bee
Show file tree
Hide file tree
Showing 43 changed files with 1,330 additions and 80 deletions.
13 changes: 13 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

{
"python.envFile": "${workspaceFolder}/.env",
"python.autoComplete.extraPaths": [
"${workspaceFolder}"
],
"python.analysis.extraPaths": [
"${workspaceFolder}"
],
"files.exclude": {
"**/COCO": true
}
}
Empty file.
Loading

0 comments on commit faf5bee

Please sign in to comment.