chore: add .gitignore, update spec with correct Python version
This commit is contained in:
parent
a492e391ce
commit
196acbac47
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.egg-info/
|
||||
.venv/
|
||||
|
||||
# Generierte Memos
|
||||
audit_*.md
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Claude Code
|
||||
.claude/
|
||||
@ -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 |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user