# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Logs
*.log
logs/
.subxx/

# Config files (user-specific)
.subxx.toml
!.subxx.toml.example

# Downloaded subtitles (for testing)
*.srt
*.vtt
!test/fixtures/*.srt
!test/fixtures/*.vtt
!The_FULL_Story_of_the_Man-Eating_Lions_of_Tsavo.mAKxcNQpiSg.en.srt

# OS
Thumbs.db
Desktop.ini
nul

# Temporary files
*.tmp
*.temp
temp/
tmp/

# Lock files (keep uv.lock but ignore others)
poetry.lock
Pipfile.lock

# Claude Code cache
.claude/

# Package building (temporary README.md created by build script)
README.md
!.github/README.md

# Distribution packages
*.whl
*.tar.gz
