# Dependencies
node_modules/
package-lock.json
!daemon/deploy-tool/package-lock.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.next

# Build output
build/
dist/

# TypeScript
*.tsbuildinfo

# Environment variables
.env
.env.local
.env.production

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

# OS
.DS_Store
Thumbs.db

# Test coverage
coverage/

# Logs
logs/
*.log
.claude
.env
remote/deploy-tool/.env

# Python
.venv/
uv.lock
*__pycache__
__pycache__/
*.egg-info
.coverage
.pytest_cache
.mypy_cache
.ruff_cache

# Misc
tmp/
