072a7c0b56
The engine documentation, the staged plan, the session handoff and the project rules are on the wiki now. What is left here is what ships with the engine: README, LICENSE, install.sh, and this changelog. The doc comments in ui/panel.rs, ui/routing.rs and editor/assets.rs named PLAN.md and docs/scripting.md by path; one of them was a markdown link four directories up, which had stopped resolving the moment the file moved. They name the wiki page instead. Cargo.toml's platform comment and the .gitignore note follow. A changelog, starting now rather than reconstructed. Oxide stays at 0.1.0: the version is already in Cargo.toml and Phase 1 runs to Stage 16, so the alpha phase is where it actually is. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
33 lines
328 B
Plaintext
33 lines
328 B
Plaintext
# Rust / Cargo
|
|
/target/
|
|
Cargo.lock
|
|
|
|
# Editor and IDE
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment / secrets
|
|
.env
|
|
.env.*
|
|
|
|
# Build artifacts and packages
|
|
*.deb
|
|
*.rpm
|
|
*.tar.gz
|
|
*.zip
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Personal scratch notes (the engine documentation lives on the wiki, not here)
|
|
*.local.md
|
|
/scratch/
|