init commit

This commit is contained in:
2026-03-18 06:40:53 -05:00
commit dd227be9b0
53 changed files with 18575 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/
build/
# Database
data/*.db
data/*.db-journal
# IDE
.idea/
.vscode/
*.swp
# Node
node_modules/
.angular/
# Build outputs
frontend/dist/
# Environment
.env
.env.local
# OS
.DS_Store
Thumbs.db