Files
Entropyk/.gitignore
sepehr 5bd180b5b8
Some checks failed
CI / check (push) Has been cancelled
Snapshot WIP: solver HP epic progress, BPHX/HX physics, BMAD skill refresh.
Capture uncommitted solver robustness work (regularization, domain errors, linear solver lifecycle, tube DP/MSH), web workbench updates, and synced BMAD skills across IDE agent folders before starting BPHX pressure-drop.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-19 16:35:31 +02:00

59 lines
831 B
Plaintext

# Generated by Cargo
# will have compiled files and executables
target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# IDE - VSCode
.vscode/
# IDE - JetBrains
.idea/
*.iml
# IDE - Cursor
.cursor/
# IDE - Windsurf
.windsurf/
# macOS
.DS_Store
# Test artifacts
*.profraw
# Documentation build
docs/_build/
# JavaScript / Next.js artifacts
node_modules/
.next/
out/
dist/
# BMAD generated output (large files)
_bmad-output/
# Environment files
.venv/
.env
.env.local
# Database files
*.db
*.sqlite
*.sqlite3
# Log files
*.log
logs/