chore: add .gitignore, update spec with correct Python version

This commit is contained in:
Oliver Hofmann 2026-05-17 14:47:32 +02:00
parent a492e391ce
commit 196acbac47
2 changed files with 17 additions and 1 deletions

16
.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.venv/
# Generierte Memos
audit_*.md
# IDE
.idea/
.vscode/
# Claude Code
.claude/

View File

@ -102,7 +102,7 @@ _Sortiert nach E-Mail-Adresse. Erstellt: 2026-05-16 10:51_
| Komponente | Wahl |
|---|---|
| Sprache | Python 3.11+ |
| Sprache | Python 3.12 (`.venv`) |
| Browser-Automation | Playwright (sync API) |
| Cache | JSON-Datei (`~/.teampulse/cache.json`) |
| Ausgabe | Markdown |