cat > .gitignore << 'EOF'
# Python
__pycache__/
*.py[cod]
*.so
.Python
venv/
env/
ENV/
env.bak/
venv.bak/
*.egg-info/
dist/
build/
EOF
