mirror of
https://github.com/Heretek-AI/heretek-skills.git
synced 2026-07-01 19:54:03 -04:00
f23a235aa2
Remove old triad-*, curiosity-*, governance-*, and Swarm-era skills. Add 14 new heretek-* skills covering agent dev, API, backend, frontend, Docker, monitoring, security, state, testing, debugging, migration, NATS, contributing, and memory systems. Also remove data/*.db files, docs/, and legacy .env.example.
22 lines
238 B
Plaintext
22 lines
238 B
Plaintext
node_modules/
|
|
|
|
# Environment secrets
|
|
.env
|
|
*.token
|
|
*.matrixpw
|
|
*.key
|
|
secrets/
|
|
vault/
|
|
|
|
# Database files (may contain sensitive data - keep local only)
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# IDE and OS
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|
|
Thumbs.db
|
|
.bg-shell/
|
|
.gsd/ |