52 lines
538 B
Plaintext
52 lines
538 B
Plaintext
# Config (contains credentials)
|
|
config.yaml
|
|
config.yml
|
|
config-skt.yaml
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
!.env.ai-ready
|
|
!.env.example
|
|
|
|
# Node.js
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
*.json.db
|
|
|
|
# Puppeteer cache
|
|
.cache/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# IDE
|
|
.idea/
|
|
*.swp
|
|
|
|
# Screenshots
|
|
skt-error.png
|
|
screenshot.png
|
|
speed-test-result.png
|
|
|
|
# Update cache
|
|
.update-cache.json
|
|
|
|
# Sisyphus (AI agent planner)
|
|
.sisyphus/
|
|
!.sisyphus/.gitignore
|
|
!.sisyphus/plans/
|
|
!.sisyphus/evidence/
|
|
|
|
.claude/autoresearch-results.tsv
|