Files
gausse/.gitignore
jze9 04233aefd7 Scaffold gausse coilgun simulator project
src-layout Python package with CLI stub (sweep/evolve/simulate/report
subcommands), pyproject.toml pinned to numpy/scipy/matplotlib, and PLAN.md
tracking the implementation roadmap.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-06 19:38:06 +05:00

14 lines
129 B
Plaintext

__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.venv/
venv/
build/
dist/
*.sqlite3
*.sqlite3-wal
*.sqlite3-shm
out/
.DS_Store