__pycache__/
*.pyc
*.pyo

# never commit API keys
.env
*.key
OPENAI_API_KEY*

# packaging artifacts
dist/
build/
*.egg-info
