This is an automated email from the ASF dual-hosted git repository. skrawcz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/hamilton.git
commit db4fb53ff8386eb40608705dfe6274c08ad1960a Author: Stefan Krawczyk <[email protected]> AuthorDate: Tue Feb 24 09:46:46 2026 -0800 Remove unnecessary files --- .gitignore | 2 ++ ui/.claude/settings.local.json | 11 ----------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 8184334b..fafdee28 100644 --- a/.gitignore +++ b/.gitignore @@ -156,3 +156,5 @@ examples/**/hamilton-env # hamilton default caching directory **/.hamilton_cache/ .claude/settings.local.json +*.local.* +*.claude* diff --git a/ui/.claude/settings.local.json b/ui/.claude/settings.local.json deleted file mode 100644 index 05d624af..00000000 --- a/ui/.claude/settings.local.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(uv lock)", - "Bash(./dev.sh --build)", - "Bash(chmod +x /Users/skrawczyk/salesforce/hamilton/ui/backend/server/update-lock.sh)" - ], - "deny": [], - "ask": [] - } -}
