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