fix: exclude settings.local.json from cli install (#16)

- Add .npmignore to exclude settings.local.json and __pycache__
- Add filter in copyFolders() to skip settings.local.json during copy
- Bump version to 1.1.1

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Viet Tran
2025-12-03 12:14:31 +07:00
committed by GitHub
parent 44b32d146e
commit 5586da9381
4 changed files with 14 additions and 4 deletions

2
cli/.npmignore Normal file
View File

@@ -0,0 +1,2 @@
**/settings.local.json
**/__pycache__/