# Python virtual environments
.venv/
venv/
env/

# Build artifacts
dist/
build/
*.egg-info/

# Bytecode caches
__pycache__/
*.py[cod]

# Stale build outputs — these were tracked and swept into the 1.5.1 sdist.
dist/
dist-*/
