# Dependencies
companyOS_replit/
node_modules/
__pycache__/
*.py[cod]
*$py.class
.Python
*.so
.eggs/
*.egg-info/
*.egg

# Environment
.env
.env.local
.env.*.local
*.env
venv/
.venv/
env/
test_venv/

# Build outputs
dist/
build/
# But keep desktop client build configs
!packages/desktop-client/build/
!packages/desktop-client/build/**
.next/
out/
*.js.map

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
logs/

# Test coverage
coverage/
.coverage
htmlcov/
.pytest_cache/
.tox/

# Cache
.cache/
*.cache
.turbo/

# Database
*.db
*.sqlite
*.sqlite3

# Secrets (never commit)
*.pem
*.key
secrets/
credentials/

# OS files
Thumbs.db
.DS_Store

# Temp files
tmp/
temp/
*.tmp
*.temp

# Dev environment port files
.dev-ports-*

# Debug artifacts
debug_screenshots/
debug-screenshots/

# Runtime output
nohup.out

# Backups
backups/

# TypeScript build info
*.tsbuildinfo

# Supabase local dev
supabase/
.linkworld/
.vercel

input/
output/
.mcp.json
__design
__files
__mentioned

# Sibling project — has its own git history
Linkworld-Website/

# Personal Claude Code settings
.claude/settings.local.json
