Initial commit with dev backbone template

This commit is contained in:
2026-02-10 16:36:30 -05:00
commit 4318c8f642
53 changed files with 3500 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Python
.venv/
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
# IDE
.vscode/
.idea/
# Environment
.env
.env.local
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Node
node_modules/