From 196acbac4736f821352ece385aaac7db0b6797fa Mon Sep 17 00:00:00 2001 From: Oliver Hofmann Date: Sun, 17 May 2026 14:47:32 +0200 Subject: [PATCH] chore: add .gitignore, update spec with correct Python version --- .gitignore | 16 ++++++++++++++++ .../specs/2026-05-16-teampulse-design.md | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..152f73e --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Python +__pycache__/ +*.pyc +*.pyo +*.egg-info/ +.venv/ + +# Generierte Memos +audit_*.md + +# IDE +.idea/ +.vscode/ + +# Claude Code +.claude/ diff --git a/docs/superpowers/specs/2026-05-16-teampulse-design.md b/docs/superpowers/specs/2026-05-16-teampulse-design.md index c3d49e6..35967b0 100644 --- a/docs/superpowers/specs/2026-05-16-teampulse-design.md +++ b/docs/superpowers/specs/2026-05-16-teampulse-design.md @@ -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 |