3 Commits

Author SHA1 Message Date
Skilly
14f2309688 Fix .gitignore swallowing the pipeline build package
The unanchored 'build/' pattern matched src/apworld_tester/pipeline/build/,
so the package was never committed and a fresh clone failed at import with
ModuleNotFoundError. Anchor build/ and dist/ to the repo root and add the
missing module files. Also ignore .venv/.
2026-09-06 15:53:18 +02:00
Skilly
0d77a07291 initial commit 2026-09-06 15:12:38 +02:00
Skilly
4caf096780 Initial commit 2026-09-06 13:10:34 +00:00