# Virtual environments
.venv/
venv/
env/
ENV/

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

# Python cache
__pycache__/
*.py[cod]
*$py.class