Initial commit: cpd-cli auto-update script

- update-cpd-cli.sh: automate CPD CLI version updates
- README.md: project documentation
- .gitignore: standard ignores
This commit is contained in:
2026-04-03 18:18:29 +00:00
commit 675216e34b
3 changed files with 549 additions and 0 deletions

48
.gitignore vendored Normal file
View File

@@ -0,0 +1,48 @@
# Compiled binaries/binaries
*~
*.o
*.exe
*.out
*.so
*.a
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
.project
.cache
# Build artifacts
build/
dist/
pkg/
*.tar.gz
*.tgz
*.tar
# OS files
.DS_Store
.Spotlight-V100
.Trashes
.AppleDouble
._*
# Environment files
.env
.env.local
.venv/
venv/
ENV/
# OS temp files
*.log
npm-debug.log
yarn-debug.log
pids/
# Temporary files
*.tmp
*.temp