Add CLAUDE.md for Claude Code guidance

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-11 23:28:38 +02:00
parent cf761774ba
commit d1f9e9792c
+23
View File
@@ -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.