d1f9e9792c
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
24 lines
647 B
Markdown
24 lines
647 B
Markdown
# 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.
|