Musiksammlung/.gitignore
dschlueter 775f274d02 Fix and expand tests: 63 tests passing, covers all core modules
Remove tests/ from .gitignore (was accidentally excluded).

- test_ripper.py: rewrite for current API (_parse_cddb_lines,
  _extract_tracks, _rename_files, _clean_input); fix default quality
- test_organizer.py: update filename assertions (spaces→underscores);
  add TestSanitizeFilename, TestCheckDiscCounts, in-place mode
- test_playlist.py: fix dummy filenames to underscore scheme;
  add multi-disc, filename sanitization, EXTINF and fallback tests

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-18 00:00:44 +01:00

44 lines
402 B
Text

# Bytecode / Cache
__pycache__/
*.py[cod]
*$py.class
# Distribution / Packaging
build/
dist/
.eggs/
*.egg-info/
*.egg
idea/
.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/