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

# Virtual Environment
.venv/
venv*/
env/
ENV/

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

# IDE - PyCharm
.idea/
*.iml
*.iws
.idea_modules/

# IDE - VS Code
.vscode/
*.code-workspace
.history/

# Development Tools
.ruff_cache/
.mypy_cache/
.pyre/
.pytype/

# Project specific
ffmpeg/tests/sample_data/out*.mp4
tests/sample_data/out*.mp4
.cache
.ty-cache/

# Operating System
.DS_Store
Thumbs.db