feat: update project structure and docs

This commit is contained in:
2026-04-25 16:26:33 +03:00
parent 9c3b44b561
commit 9772c3c908
42 changed files with 1342 additions and 6 deletions

View File

@@ -31,4 +31,22 @@ repos:
language: system
types: [ python ]
# Update README.md (before commit)
- id: update-readme
name: update-readme
language: system
entry: uv run python scripts/update_readme.py
pass_filenames: false
always_run: true
stages: [ pre-commit ]
# Clean Python cache
- id: clean-pycache
name: clean-pycache
language: system
entry: bash scripts/clean_cache.sh
pass_filenames: false
always_run: true
stages: [ pre-commit ]