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

# Distribution / build
build/
dist/
*.egg-info/
*.egg
.eggs/

# Virtualenv
.venv/
venv/
env/

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.mypy_cache/
.ruff_cache/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Project workspace (scratch / dirty experiments)
workspace/

# Example outputs
examples/*.png
examples/*.mp4
