# Byte-compiled / optimized / cached
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
*.egg
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
env/
ENV/

# Test / type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Editor / OS noise
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# Playlistpipe runtime outputs (never commit scraped data or .apkg files)
playlistpipe-out/
*.apkg

# Local secrets / config (never commit a real token)
.env
.env.*
config.local.toml
