Musiksammlung/.gitignore
dschlueter 488149b8f9 Track CLAUDE.md in repository
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>
2026-02-19 14:47:42 +01:00

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/