# Python / venv
__pycache__/
*.py[cod]
.Python
.venv/
venv/
.env

# Pytest / coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Mac / editor
.DS_Store
.idea/
.vscode/

# Build artifacts
build/
dist/
*.egg-info/

# Media outputs
renders/

# Image cache
image-cache/

# Packaging
.pypirc
gemini_video_assemble/_version.py