fix: fix woodpecker pipelines

This commit is contained in:
2026-04-26 10:29:02 +03:00
parent 32b8b4d02b
commit 8f0d0ffc5c
24 changed files with 349 additions and 110 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/