Skip to content

Commit

Permalink
[ADD] Provide settings.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickname2002 committed Jul 2, 2023
1 parent ff1f4b7 commit 2d203f8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"files.exclude": {
"**/engine.py": true,
"**/jorcademy.py": true,
"**/primitives.py": true,
"**/Pipfile": true,
"**/Pipfile.lock": true,
"**/.idea": true,
"**/venv": true,
"**/readme.md": true,
"**/__pycache__": true,
}
}

Binary file modified __pycache__/game.cpython-311.pyc
Binary file not shown.
Binary file modified __pycache__/jorcademy.cpython-311.pyc
Binary file not shown.
Binary file modified __pycache__/primitives.cpython-311.pyc
Binary file not shown.

0 comments on commit 2d203f8

Please sign in to comment.