diff --git a/.fleet/run.json b/.fleet/run.json deleted file mode 100644 index 3cf131f..0000000 --- a/.fleet/run.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "configurations": [ - { - "type": "python", - "name": "Run Interactive Runner", - "arguments": ["-m", "interactive_runner"], - } - ] -} diff --git a/.gitignore b/.gitignore index 9bcf7a7..5a86f25 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ run/ compiled/ __pycache__/ *.pyc +.fleet/