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

# Build artifacts
dist/
build/
*.whl

# Env / editor
.venv/
.env
.DS_Store
