Fix: .gitignore hinzugefügt, ungewollte Dateien aus Tracking entfernt
__pycache__, .env.local, Screenshots/, .claude/, memory/, resume waren versehentlich committed worden. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
venv/
|
||||
.venv/
|
||||
|
||||
# Env
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Claude internals
|
||||
.claude/
|
||||
|
||||
# Editor
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Misc
|
||||
Screenshots/
|
||||
resume
|
||||
memory/
|
||||
*.md.bak
|
||||
Reference in New Issue
Block a user