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

# Virtual environment
.venv/
venv/
env/

# Python
__pycache__/
*.py[cod]
*.pyo

# Environment
.env
.env.*
