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
+59 -6
View File
@@ -1,20 +1,73 @@
# Python cache and virtual environments
last_checkpoint.npz
*.pyc
__pycache__
__pycache__/
.venv/
venv/
env/
.env
*.egg-info/
# Build directories
/build
/cmake-build-*
CMakeFiles/
*.cmake
/rust/target
/rust/target/*
# Rust build artifacts
/target/
/rust/target/
rust/Cargo.lock
Cargo.lock
# Simulation output files
out.out
output.json
*.bin
*.png
*.mp4
*.avi
traj.bin
trajectory.bin
test_output.bin
# Web frontend
web/node_modules/
web/dist/
web/.vite/
web/coverage/
web/build/
# Added by cargo
# Tauri desktop GUI
src-tauri/target/
src-tauri/gen/
/target
Cargo.lock
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime and temporary files
.tmp/
.temp/
*.tmp
*.temp
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db