mirror of
https://github.com/Chevron7Locked/kima-hub.git
synced 2026-06-19 07:37:17 +00:00
190 lines
2.1 KiB
Plaintext
190 lines
2.1 KiB
Plaintext
# Environment & Secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.local
|
|
.roomodes
|
|
|
|
# Dependencies
|
|
**/node_modules/
|
|
**/__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
venv/
|
|
.venv/
|
|
**/.venv/
|
|
|
|
# Build Outputs
|
|
frontend/.next/
|
|
frontend/out/
|
|
backend/dist/
|
|
**/dist/
|
|
**/build/
|
|
**/out/
|
|
.next
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
pnpm-debug.log*
|
|
backend/logs/
|
|
frontend/logs/
|
|
|
|
# Testing & Coverage
|
|
coverage/
|
|
*.lcov
|
|
.nyc_output
|
|
**/playwright-report/
|
|
**/test-results/
|
|
|
|
# Temporary & Backup Files
|
|
*.tmp
|
|
*.temp
|
|
*.bak
|
|
*.old
|
|
|
|
# Cache
|
|
.cache
|
|
.eslintcache
|
|
.stylelintcache
|
|
.rpt2_cache_*/
|
|
.ruff_cache/
|
|
|
|
# Docker
|
|
docker-compose.override.yml
|
|
docker-compose.local.yml
|
|
**/volumes/
|
|
**/data/
|
|
|
|
# IDEs & Editors
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
\#*\#
|
|
.\#*
|
|
*.code-workspace
|
|
|
|
# OS Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# Runtime & Process
|
|
pids/
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Database
|
|
*.sqlite
|
|
*.sqlite3
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
**/prisma/dev.db
|
|
**/prisma/dev.db-journal
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Package Manager
|
|
.yarn/cache
|
|
.yarn/unplugged
|
|
.yarn/build-state.yml
|
|
.yarn/install-state.gz
|
|
.pnp.*
|
|
pnpm-lock.yaml
|
|
|
|
# Secrets & Keys
|
|
*.keystore
|
|
*.jks
|
|
keystore.b64
|
|
**/key.txt
|
|
*.conf
|
|
lidify.keystore
|
|
|
|
# Backend
|
|
backend/cache/
|
|
**/cache/covers/
|
|
**/cache/transcodes/
|
|
**/mullvad/
|
|
|
|
# Frontend
|
|
frontend/android/
|
|
frontend/test-*.tsx
|
|
|
|
# Research/Scraping Cache
|
|
**/.firecrawl/
|
|
|
|
# AI Tools & Assistants
|
|
.claude/
|
|
**/.claude/
|
|
!.claude/commands/
|
|
.cursor/
|
|
**/.cursor/
|
|
.roo/
|
|
**/.roo/
|
|
.aider*
|
|
.serena/
|
|
**/.serena/
|
|
.opencode/
|
|
**/.opencode/
|
|
.vibe/
|
|
**/.vibe/
|
|
.claudeignore
|
|
CLAUDE.md
|
|
AGENTS.md
|
|
|
|
# Internal Documentation (public docs are in project root)
|
|
docs/
|
|
**/docs/
|
|
context_portal/
|
|
issues/
|
|
plans/
|
|
planning/
|
|
systems/
|
|
|
|
# Dev test scripts
|
|
/e2e/
|
|
|
|
# Release/Deployment Artifacts
|
|
RELEASE_NOTES_*.md
|
|
RELEASE_*_COMMANDS.sh
|
|
DEPLOYMENT_COMMANDS_*.txt
|
|
*_RELEASE_SUMMARY.md
|
|
CODE_REVIEW_*.md
|
|
|
|
# Local stress tests
|
|
tests/stress/
|
|
|
|
# Development
|
|
.worktrees/
|
|
reset-and-setup.sh
|
|
organize-singles.sh
|
|
COMMIT_MESSAGE.txt
|
|
ISSUE_REVIEW.md
|
|
backend/backend/
|
|
postman/
|
|
soularr/
|
|
|
|
# Legacy (removed from repo)
|
|
/App.tsx
|
|
/app.json
|
|
/src/
|
|
|
|
# Allow README files
|
|
!README.md
|
|
!readme.md
|
|
|
|
# Claude Code internal task tracking
|
|
.task/
|