# Python
__pycache__/
*.py[cod]
.venv/
*.egg-info/
dist/
build/

# Credentials (never commit)
.pypi-token

# IDE
.idea/
.vscode/
