fix: add missing workflow_dispatch trigger to lint.yml
Lint / python (push) Failing after 11s
Lint / pssa (push) Failing after 27s

fix: update .gitignore to include AI tools and Python bytecode
This commit is contained in:
Simone
2026-05-17 00:22:41 +02:00
parent 67d81c2fc2
commit aa7e375e5d
2 changed files with 9 additions and 0 deletions
+7
View File
@@ -46,3 +46,10 @@ $RECYCLE.BIN/
# Copilot Orchestrator temporary files
.orchestrator/
.worktrees/
# AI/strumenti locali
.claude/
# Python bytecode
__pycache__/
*.pyc