A ton of AI assisted web development
This commit is contained in:
+59
-6
@@ -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
|
||||
Reference in New Issue
Block a user