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

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Test artifacts
test_hello.txt
test_image*.png
