# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.cli_bundle/
.agent/
.venv/
*.egg

# Node
node_modules/
dist/

# Environment
.env
!.env.template

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

# OS
.DS_Store
Thumbs.db

# Data
data/

# Test
.pytest_cache/
.coverage
htmlcov/
videos/

# Build
*.whl

# AWS CDK
cdk.out/
cdk.context.json

local_*