# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# Testing
.pytest_cache/
.hypothesis/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
*.py,cover
.pytest_cache/

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject
.settings/
.vs/

# OS-specific
.DS_Store
Thumbs.db
*.log

# Project-specific
*.vtt
!tests/**/*.vtt  # Keep test VTT files

# Tool-specific
.ruff_cache/
.mypy_cache/
.pre-commit-config.yaml.bak
