Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 2 additions & 4 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ htmlcov/
.ruff_cache/
.mypy_cache/

# Editor/local backups. Scope to cluster-config backups only -- a bare *.bak*
# would also drop TRACKED dataset files (e.g. datasets/finance_agent/*.bak),
# which then show up as phantom deletions and mark the baked tree dirty.
cluster_configs/*.bak*
# Editor/local backups.
*.bak*
*~

# Secrets / personal cluster config (gitignored; must never be baked into an image)
Expand Down
Loading
Loading