CLAUDE.md enthält lokale Claude-Code-Anweisungen und gehört nicht ins öffentliche Repository. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
48 lines
500 B
Text
48 lines
500 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
*.egg
|
|
|
|
# Virtual environments
|
|
venv/
|
|
.venv/
|
|
env/
|
|
.env/
|
|
|
|
# Tests / Coverage
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
.tox/
|
|
|
|
# Runtime data (never commit — may contain crawled content or sensitive diffs)
|
|
data/snapshots/
|
|
data/baseline/
|
|
data/pending/
|
|
reports/
|
|
logs/
|
|
|
|
# Editor
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Secrets (extra safeguard)
|
|
*.env
|
|
.env.*
|
|
|
|
# Claude Code instructions (local only)
|
|
CLAUDE.md
|