# Build / publish artifacts
dist/
build/
*.egg-info/
.eggs/
upload_log.txt

# Local secrets — never commit
scripts/publish.local.ps1
.env
.pypirc
PyPI-Recovery-Codes*.txt
*Recovery-Codes*
*API*token*
*.pem

# Python / tooling
__pycache__/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
venv/
*.pyc

# OS / IDE
.DS_Store
Thumbs.db
.idea/
.vscode/
