# Git
.git
.gitignore

# Python
__pycache__
*.pyc
*.pyo
*.pyd
.pytest_cache
.mypy_cache
.ruff_cache
.coverage
htmlcov
.venv
venv
env

# Node
node_modules
npm-debug.log
yarn-error.log

# IDE
.idea
.vscode
.DS_Store

# Local data (will be mounted as volume)
workspaces/
logs/
.cgc_temp/
.cgc_index/

# Build artifacts
dist/
build/
*.egg-info

# Docs & tests (not needed in image)
demo-*/
docs/
tests/
eval/
*.md
!README.md

# Secrets
.env
.env.local
