Files
duffyduck 2179d435ec fix .gitignore: ignore *.csv but keep example.csv
Reihenfolge angepasst: *.csv vor !example.csv, sonst greift die Negierung
nicht. Verhindert, dass Kundendaten/Passwörter aus CSVs versehentlich ins
Repo gelangen.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-12 11:07:09 +02:00

13 lines
162 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.env
output/
__pycache__/
*.pyc
.venv/
venv/
*.pdf
# CSVs enthalten Kundendaten/Passwörter nicht ins Repo.
# Ausnahme: die Beispiel-CSV.
*.csv
!example.csv