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

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp

# Test output
test-output/
test-output-e2e/

# OS
.DS_Store
Thumbs.db

# Distribution
*.whl
*.tar.gz
