# Byte-compiled / optimized / cache
__pycache__/
*.py[cod]
*$py.class
.Python

# Packaging / build
build/
dist/
*.egg
*.egg-info/
.eggs/
wheels/
pip-wheel-metadata/
*.manifest
*.spec

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

# Tests / coverage / linters
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.ruff_cache/
.mypy_cache/
.tox/
.cache/

# Downloads (application output)
downloads/
*.mp4
*.mkv
*.webm
*.m4a
*.mp3
*.part
*.ytdl
*.info.json

# ycdl local data
.ycdl/
history.json

# IDE / editors / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# Environment / secrets
.env
.env.*
