# ── OS / editor ──
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*.swo

# ── Credentials ──
.pypirc

# ── Generator artifacts ──
generators/python/dist/
generators/python/build/
generators/python/*.egg-info/
generators/python/.pytest_cache/
generators/python/**/__pycache__/
generators/python/.venv/
generators/python/venv/
__pycache__/
*.pyc
