chore: add .gitignore for venv, caches, and local dirs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
tlg
2026-04-05 22:17:42 +02:00
parent d615bb4553
commit a88f0afb8a

6
kischdle/llmux/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
.venv/
__pycache__/
*.pyc
.pytest_cache/
.superpowers/
.claude/