# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
env/

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

# OS
Thumbs.db
.DS_Store

# Project local
output/
*.bat
node_modules/

# Pytest
.pytest_cache/


# Build artifacts
sdks/python/dist/
*.egg-info/
