Remove CLAUDE.md from .gitignore and add it to version control so project instructions are shared across all Claude sessions. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
44 lines
398 B
Text
44 lines
398 B
Text
# Bytecode / Cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Distribution / Packaging
|
|
build/
|
|
dist/
|
|
.eggs/
|
|
*.egg-info/
|
|
*.egg
|
|
|
|
idea/
|
|
.idea/
|
|
testdata/
|
|
|
|
# Virtuelle Umgebungen
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
.env
|
|
|
|
# Tests / Coverage
|
|
.coverage
|
|
.tox/
|
|
pytest_cache/
|
|
htmlcov/
|
|
|
|
# Logs / temporäre Files
|
|
*.log
|
|
*.tmp
|
|
temp/
|
|
|
|
# Editor / IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# MyPy / static analysis
|
|
.mypy_cache/
|
|
.pytype/
|
|
.pyre/
|