diff --git a/stacks/f1-stream/files/.dockerignore b/stacks/f1-stream/files/.dockerignore index ff5e692b..4733a4c3 100644 --- a/stacks/f1-stream/files/.dockerignore +++ b/stacks/f1-stream/files/.dockerignore @@ -1,3 +1,5 @@ node_modules/ .claude/ .git/ +__pycache__/ +*.pyc diff --git a/stacks/f1-stream/files/.gitignore b/stacks/f1-stream/files/.gitignore new file mode 100644 index 00000000..7a60b85e --- /dev/null +++ b/stacks/f1-stream/files/.gitignore @@ -0,0 +1,2 @@ +__pycache__/ +*.pyc diff --git a/stacks/f1-stream/files/backend/__pycache__/schedule.cpython-314.pyc b/stacks/f1-stream/files/backend/__pycache__/schedule.cpython-314.pyc deleted file mode 100644 index 705a4c12..00000000 Binary files a/stacks/f1-stream/files/backend/__pycache__/schedule.cpython-314.pyc and /dev/null differ