Consolidate the repository into clearer apps, tools, and layered docs areas so contributors can navigate and maintain it more reliably. Align validation, metadata sync, and CI around the same canonical workflow to reduce drift across local checks and GitHub Actions.
42 lines
726 B
Plaintext
42 lines
726 B
Plaintext
node_modules/
|
|
__pycache__/
|
|
.ruff_cache/
|
|
.worktrees/
|
|
.tmp/
|
|
.DS_Store
|
|
|
|
# npm pack artifacts
|
|
antigravity-awesome-skills-*.tgz
|
|
|
|
walkthrough.md
|
|
.agent/rules/
|
|
.gemini/
|
|
LOCAL_CONFIG.md
|
|
data/node_modules
|
|
|
|
# Temporary analysis and report files
|
|
*_REPORT.md
|
|
*_ANALYSIS*.md
|
|
*_COUNT.md
|
|
*_SUMMARY.md
|
|
*_analysis.json
|
|
*_validation.json
|
|
*_results.json
|
|
voltagent_*.json
|
|
similar_skills_*.json
|
|
remaining_*.json
|
|
html_*.json
|
|
|
|
# Temporary analysis scripts
|
|
scripts/*voltagent*.py
|
|
scripts/*html*.py
|
|
scripts/*similar*.py
|
|
scripts/*count*.py
|
|
|
|
# Optional baseline for legacy JS validator (scripts/validate-skills.js)
|
|
validation-baseline.json
|
|
|
|
# Web app generated assets (from npm run app:setup)
|
|
apps/web-app/public/skills/
|
|
apps/web-app/public/skills.json
|