A ton of AI assisted web development

This commit is contained in:
Thomas Faour
2025-06-21 23:29:14 -04:00
parent a8fcb5a7d9
commit e59d1d90b3
40 changed files with 8990 additions and 139 deletions
+61
View File
@@ -0,0 +1,61 @@
# Rust build artifacts
target/
**/*.rs.bk
# Node.js
web/node_modules/
web/dist/
web/.vite/
# Git
.git/
.gitignore
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
# Temporary files
*.tmp
*.temp
# Development files
.env
.env.local
.env.*.local
# Documentation (can be excluded for production)
README.md
DEPLOYMENT.md
STATUS.md
*.md
# Test files
test_*
*_test.rs
# Python cache
__pycache__/
*.pyc
*.pyo
# Binary outputs
*.bin
trajectory.bin
# Development scripts (optional)
start_interfaces.sh
test_interfaces.sh
# Tauri (not needed for Docker web deployment)
src-tauri/