Musiksammlung/.gitignore
dschlueter 3d91614e66 Add testdata/ to .gitignore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 01:35:35 +01:00

43 lines
395 B
Text

# Bytecode / Cache
__pycache__/
*.py[cod]
*$py.class
# Distribution / Packaging
build/
dist/
.eggs/
*.egg-info/
*.egg
idea/
testdata/
CLAUDE.md
# Virtuelle Umgebungen
.venv/
venv/
env/
ENV/
.env
# Tests / Coverage
.coverage
.tox/
pytest_cache/
htmlcov/
# Logs / temporäre Files
*.log
*.tmp
# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
# MyPy / static analysis
.mypy_cache/
.pytype/
.pyre/