Add CLAUDE.md for Claude Code guidance
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user