diff --git a/anvil/.containerignore b/anvil/.containerignore new file mode 100644 index 0000000..47f1ae7 --- /dev/null +++ b/anvil/.containerignore @@ -0,0 +1,8 @@ +# Don't add the following files to the container + +## Python cache +**/__pycache__ + +## Podman build files +.containerignore +Containerfile \ No newline at end of file