-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (41 loc) · 966 Bytes
/
Copy path.gitignore
File metadata and controls
49 lines (41 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
node_modules/
__pycache__/
.ruff_cache/
.worktrees/
.tmp/
.DS_Store
# npm pack artifacts
antigravity-awesome-skills-*.tgz
.agent/rules/
/.claude-plugin/*
!/.claude-plugin/plugin.json
!/.claude-plugin/marketplace.json
.codex/
.gemini/
.release-clone-*/
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 (tools/scripts/)
tools/scripts/*voltagent*.py
tools/scripts/*html*.py
tools/scripts/*similar*.py
tools/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
skills/spline-3d-integration/*.zip
# Temporary plugin staging directories
plugins/.antigravity-awesome-skills.staging-*/