fix: fix woodpecker pipelines
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/type Pipeline was successful
ci/woodpecker/pr/comment_pr Pipeline was successful

This commit is contained in:
2026-04-26 10:29:02 +03:00
parent 32b8b4d02b
commit 094028148d
25 changed files with 334 additions and 112 deletions

10
.gitignore vendored
View File

@@ -2,7 +2,7 @@
site/
# Python cache (ignore all)
__pycache__/
**/__pycache__/
*.py[cod]
*$py.class
*.pyc
@@ -11,14 +11,10 @@ __pycache__/
# opencode skills (agent-only)
.opencode/
AGENTS.md
.github/PULL_REQUEST_TEMPLATE.md
.github/
# Scripts (except hooks)
scripts/*
!scripts/commit-msg
!scripts/post-commit
!scripts/update_readme.py
!scripts/clean_cache.sh
scripts/
# IDE
.idea/