# Python cache
__pycache__/
*.pyc
*.pyo

# Downloaded files
downloads/

# Persisted filter/engine state
filter_state.json

# Subtitle provider credentials (OpenSubtitles / Jimaku) — never commit
subtitle_credentials.json

# Packaging / build artifacts
build/
dist/
*.egg-info/

# setuptools-scm writes this at build time
torrent_finder/_version.py
