__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
MANIFEST.local

# Unit test / coverage reports
.coverage
.coverage.*
.cache
.pytest_cache/
htmlcov/
coverage.xml

# Environments
.env
.venv
env/
venv/
ENV/

# mypy / ruff
.mypy_cache/
.ruff_cache/

# PyCharm / VS Code
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db

# Playwright browsers (slide-render, talk-cast)
**/playwright-browsers/
ms-playwright/

# talk-cast cache
.talk-cast-cache/

# Generated test fixtures
tests/fixtures/*.pptx
tests/fixtures/*.pdf
tests/fixtures/*.mp4
tests/fixtures/*.png

# Generated render outputs
*.pptx
*.pdf
