# Secrets — do NOT commit. Contains PyPI / TestPyPI API tokens.
.pypirc
.env
.env.*

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

# Local virtualenv
.venv/
venv/

# macOS
.DS_Store

# Editors
.idea/
.vscode/
*.swp
*~
