# Python
__pycache__/
*.pyc
.venv/
*.egg-info/
dist/
build/

# Node
node_modules/

# Editor
.idea/
.vscode/

# Devin CLI artifacts
.devin/

# TypeSpec build artifacts
specs/api/generated/
specs/api/generated-server/
.lycheecache
