# 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
MANIFEST

# Virtual envs
.venv/
.env
venv/
ENV/

# uv
.uv-cache/

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

# Type checkers
.mypy_cache/
.dmypy.json
.ruff_cache/
.pyre/

# Editors
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Project artifacts
*.kdenlive.bak
*.kdenlive.old
output/
renders/
proxies/
cache/

# Model weights (large binaries — fetched by user, not committed)
models/
*.onnx
*.gguf
*.bin
*.pt
*.pth

# Test fixtures (large media)
tests/fixtures/large/
tests/output/

# Local config
.catcut/
.local/
config.local.toml

# Logs
*.log
logs/

# OS
desktop.ini

# Docs build
site/
docs/_build/
