# =============================================================================
# OPERATING SYSTEM FILES
# =============================================================================
.DS_Store
Thumbs.db

# =============================================================================
# IDE AND EDITOR FILES
# =============================================================================
.idea/
.vscode/!settings.json
.vscode/!extensions.json
*.swp
*.swo
*~
.history/

# =============================================================================
# NODE.JS & PACKAGE MANAGERS
# =============================================================================
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# =============================================================================
# TYPESCRIPT & BUILD
# =============================================================================
dist/
*.tsbuildinfo
.tsbuildinfo
.tsbuildinfo.scripts
*.js.map
*.d.ts.map
*.tgz

# =============================================================================
# TESTING & COVERAGE
# =============================================================================
coverage/
!coverage/coverage-final.json

# =============================================================================
# LOGS & DATABASES
# =============================================================================
*.log
*.sqlite
*.sqlite3
logs/

# =============================================================================
# CACHE & TEMPORARY FILES
# =============================================================================
.cache/
.parcel-cache/

# =============================================================================
# ENVIRONMENT & CONFIGURATION
# =============================================================================
.env
.env.local
.env.*.local
.wrangler
worker-configuration.d.ts

# =============================================================================
# APPLICATION SPECIFIC
# =============================================================================
.storage/
repomix-output*
data/
docs/api/
docs/devdocs.md
.mcp.json
.claude/
.agents/
.mcpregistry_github_token
.mcpregistry_registry_token
.codex

src_old/
