# Python stuff
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
dist/
build/
*.manifest
*.spec

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

# OS stuff
.DS_Store
Thumbs.db

# Don't commit test outputs or temp files
test_outputs/
*.tmp