Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down