modular worker

This commit is contained in:
2026-01-23 13:03:31 -06:00
parent e5188a064c
commit df37f59ff9
37 changed files with 4925 additions and 586 deletions

View File

@@ -0,0 +1,38 @@
# Documentation
*.md
!README.md
# Git
.git
.gitignore
# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
# Logs
logs/
*.log
# Environment
.env
.env.example
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Build
*.tar.gz
dist/
build/