diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..32e7a74 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,23 @@ +# CLAUDE.md + +This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. + +## Projektübersicht + +**lokomotive** enthält die Auslegung einer Lokomotive für eine Hängebahn. Die Berechnung +liegt als Jupyter-Notebook vor; zugehörig sind CAD-Daten und Bilder. + +## Projektstruktur + +```text +lokomotive/ +├── code/ # Berechnung +│ └── auslegung_lokomotive_hängebahn.ipynb # Auslegungs-Notebook +├── cad/ # CAD-Daten +└── img/ # Bilder +``` + +## Nutzung + +Das Notebook `code/auslegung_lokomotive_hängebahn.ipynb` in Jupyter öffnen und die Zellen +ausführen.