From c0d7c4a4509849940139c6cba715cc9fe109b010 Mon Sep 17 00:00:00 2001 From: David O'Keeffe Date: Thu, 7 May 2026 10:21:01 +1000 Subject: [PATCH] review: drop the giant gitignore comment per @mpkrass7 Users don't need the migration-context comment in the codebase. Original rationale lives in PR #25 + issue #24. --- .gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 7b09b54..75bcc25 100644 --- a/.gitignore +++ b/.gitignore @@ -21,12 +21,7 @@ uploads/ # uv lockfile — not portable across PyPI proxies, generate locally with `uv lock` uv.lock -# Codex CLI generated/cached files. The bundled model catalog -# (.codex/databricks-models.json) is tracked. Listed file-by-file rather -# than `.codex/* + !.codex/databricks-models.json` because `databricks sync` -# (and several other gitignore-honoring tools) doesn't respect the negation -# pattern — that broke the deploy of databricks-models.json to the app -# workspace, which Codex needs to start. +# Codex CLI generated/cached files (the bundled model catalog is tracked) .codex/config.toml .codex/.env .codex/AGENTS.md