# Environment variables
.env

# Credentials
.pypirc

# Python
__pycache__/
*.pyc
*.pyo
*.pyd

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