__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.env
.env.*
!.env.example
*.tar.gz
.eggs/

# Probe/test files
*-probe*
test-*

# Deploy scripts (never commit)
deploy.*
