Commit Graph

5 Commits

Author SHA1 Message Date
5c17378ce4 chore: add __pycache__ to global gitignore
Added **/__pycache__/ to .gitignore to prevent Python cache directories from being tracked across all directories. This improves repository cleanliness and reduces unnecessary files in version control.
2026-01-16 22:54:49 +03:00
774d8fed1d feat: add run.sh script and update documentation
- Added run.sh script with init, upd, run, and clean commands
- Updated README.md to document run.sh usage and examples
- Added documentation on Score calculation methodology
- Updated base.py to include score calculation logic
```

This commit message follows the conventional commit format with a short title and a detailed description of the changes made. It explains what was changed and why, making it clear and informative.
2026-01-16 22:30:48 +03:00
33ba55f4c1 feat: vibe coding rulezz 2026-01-16 22:30:30 +03:00
1a59adf5a5 feat: vibe code done 2026-01-16 19:58:29 +03:00
408f6b86c6 Initial commit 2026-01-16 16:13:12 +00:00