# ======================
# Build and distribution
# ======================
build/
dist/
*.egg-info/
.eggs/
*.egg

# ======================
# Byte-compiled / cache files
# ======================
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

# ======================
# Local environment files
# ======================
.env
*.env
.env.*
.DS_Store