ci: align Gitea CI with GitHub CI + repo hygiene #5

Merged
ilia merged 5 commits from chore/ci-align-and-repo-hygiene into main 2026-07-26 15:01:50 -05:00
Showing only changes of commit e0b84a24f8 - Show all commits

6
.gitignore vendored
View File

@ -18,6 +18,12 @@ data/
# Extractor storage outputs and cached auth (per-extractor runtime data)
extractors/*/storage/
# Local AI agent tool configs/skills (not part of the app)
.agents/
.claude/
.codex/
.opencode/
# OS / editor
.DS_Store
Thumbs.db