# Keep Docker build context lean and reproducible. # Used by start9/0.4/Dockerfile; workdir is the repo root. # Python artifacts — never copy stale bytecode into the image. **/__pycache__/ **/*.pyc **/*.pyo # Local dev / editor noise .venv/ venv/ .env .env.beta .env.beta.example .idea/ .vscode/ *.swp .DS_Store # Start9 package build artifacts (huge; re-generated by `make`). start9/**/javascript/ start9/**/javascript.old/ start9/**/javascript.tmp.*/ start9/**/node_modules/ start9/**/*.s9pk start9/**/image.tar start9/**/seed/ # Runtime CRM data — never leak dev state into a prod image. data/