# Environment files — never commit credentials
.env
.env.secrets
.env.*
!.env.example

# CIAgent secrets
.ciagent/.env.secrets

# Dependencies
node_modules/
__pycache__/
*.pyc
.venv/
venv/

# Build artifacts
dist/
/build/
.next/
.turbo/
*.tsbuildinfo

# Storybook
storybook-static/

# OS files
.DS_Store
Thumbs.db

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

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

# Test coverage
coverage/
.nyc_output/

# Python tooling caches
.pytest_cache/
.ruff_cache/
*.egg-info/
.ciagent/bin/

# v0.3 engine runtime data (SQLite + sandboxes)
apps/ai-service/ai_service/data/
apps/ai-service/**/sandboxes/
*.db
*.db-journal
