Initial commit

This commit is contained in:
Jesse
2026-07-31 07:19:57 -04:00
commit e7bc07df85
39 changed files with 12438 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# OS
.DS_Store
Thumbs.db
# Editors
.vscode/
.idea/
*.swp
# Dependencies / build output
node_modules/
dist/
build/
target/
__pycache__/
*.pyc
# Env
.env
.env.local
# Logs
*.log