| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| # Local generation outputs (not part of the published repository) | |
| outputs/ | |
| # Claude Code local settings | |
| .claude/settings.local.json | |
| # OS / editor cruft | |
| .DS_Store | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| # Local generation outputs (not part of the published repository) | |
| outputs/ | |
| # Claude Code local settings | |
| .claude/settings.local.json | |
| # OS / editor cruft | |
| .DS_Store | |