# Kiro
.kiro/

# Mkdocs
site/

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.pyw
*.pyz

# IDE
.vscode/
.idea/

# Environment
.env

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# VSCoded
.vscode/

# VSCode Settings
settings.json

# Mac
.DS_Store

# Linux
.cache/
.config/

# Pypi
dist/
build/
*.egg-info/

# Pytest
.pytest_cache/

# Pytest Coverage
.coverage
.coverage.*
htmlcov/


# Virtual Environment
.venv/

# Node
examples/sample_airline_bot/node_modules
examples/sample_airline_bot/cdk.out
*.js
*.whl
*.d.ts
*.bak
