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

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