feat: consolidate legacy workflows into gyxx-flow

This commit is contained in:
2026-07-28 14:51:15 +08:00
commit c23b62a8c8
374 changed files with 132990 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
# Python bytecode and tooling
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
# Build and virtual environments
build/
dist/
.venv/
venv/
# Runtime data, local state, and logs
/var/
*.log
# Local credentials and machine-specific configuration
.env
.env.*
!.env.example
config/local/
config/secrets.*
!config/secrets.example.env
# IDE and operating-system files
.idea/
.vscode/
.DS_Store
Thumbs.db
# Agent-local learning logs
.learnings/