Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:16:51 +08:00
commit 4e8a12140c
88 changed files with 17078 additions and 0 deletions

29
skills/cc-insights/.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Ignore processed data and cache
.processed/
*.db
*.db-journal
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
# Virtual environment
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/