Not a fourth source tree: containers/ becomes .modal/
This file names three source trees and then a `containers/` appeared beside them, reading as a fourth. It is not one. It is the recipe for building the others somewhere with more memory than this machine -- CI config that lives here the way `.github/` would, and it can hide like it. Nothing but the name changes. `.modal/` sits one level under the root just as `containers/` did, so container.py still finds _loader.py beside its parent. `scripts/deploy` looks in both, and new-container writes `.modal/` by default now. Also drops three .pyc files a previous `git add` swept in, and ignores __pycache__ so the next import does not put them back. tools/ still has one tracked from before; left alone rather than folded into an unrelated move. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
b0ed0ba parent: 0450c08 modified
.gitignore +3 -0 | @@ -19,3 +19,6 @@ | ||
| 19 | 19 | |
| 20 | 20 | # samizdat writes its journal into whatever project it is pointed at. |
| 21 | 21 | .samizdat/ |
| 22 | + | |
| 23 | +# Python bytecode, from the loader the .modal/ containers import. | |
| 24 | +__pycache__/ | |
| @@ -19,3 +19,6 @@ | |||
| 19 | 19 | ||
| 20 | # samizdat writes its journal into whatever project it is pointed at. | 20 | # samizdat writes its journal into whatever project it is pointed at. |
| 21 | .samizdat/ | 21 | .samizdat/ |
| 22 | + | ||
| 23 | +# Python bytecode, from the loader the .modal/ containers import. | ||
| 24 | +__pycache__/ | ||
renamed
.modal/_loader.py +0 -0 | similarity index 100% | ||
| rename from containers/_loader.py | ||
| rename to .modal/_loader.py |
| similarity index 100% | |||
| rename from containers/_loader.py | |||
| rename to .modal/_loader.py |
renamed
.modal/frq/README.md +0 -0 | similarity index 100% | ||
| rename from containers/frq/README.md | ||
| rename to .modal/frq/README.md |
| similarity index 100% | |||
| rename from containers/frq/README.md | |||
| rename to .modal/frq/README.md |
renamed
.modal/frq/container.py +0 -0 | similarity index 100% | ||
| rename from containers/frq/container.py | ||
| rename to .modal/frq/container.py |
| similarity index 100% | |||
| rename from containers/frq/container.py | |||
| rename to .modal/frq/container.py |
renamed
.modal/frq/container.toml +0 -0 | similarity index 100% | ||
| rename from containers/frq/container.toml | ||
| rename to .modal/frq/container.toml |
| similarity index 100% | |||
| rename from containers/frq/container.toml | |||
| rename to .modal/frq/container.toml |
renamed
.modal/frq/main.py +0 -0 | similarity index 100% | ||
| rename from containers/frq/main.py | ||
| rename to .modal/frq/main.py |
| similarity index 100% | |||
| rename from containers/frq/main.py | |||
| rename to .modal/frq/main.py |
deleted
containers/__pycache__/_loader.cpython-314.pyc +0 -0 | deleted file mode 100644 | ||
| Binary files a/containers/__pycache__/_loader.cpython-314.pyc and /dev/null differ | ||
| deleted file mode 100644 | |||
| Binary files a/containers/__pycache__/_loader.cpython-314.pyc and /dev/null differ | Binary files a/containers/__pycache__/_loader.cpython-314.pyc and /dev/null differ | ||
deleted
containers/frq/__pycache__/container.cpython-314.pyc +0 -0 | deleted file mode 100644 | ||
| Binary files a/containers/frq/__pycache__/container.cpython-314.pyc and /dev/null differ | ||
| deleted file mode 100644 | |||
| Binary files a/containers/frq/__pycache__/container.cpython-314.pyc and /dev/null differ | Binary files a/containers/frq/__pycache__/container.cpython-314.pyc and /dev/null differ | ||