# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# Build artifacts
dist/
build/

# Virtual env
.venv/

# Stray non-project files
*.a
