# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/

# Virtual environment
.venv/
venv/
env/

# Local bootstrap state
.bootstrap/
--ff-only/
dist-release/
video/remotion/

# Environment variables
.env
.env.local
.env.*.local

# Logs
logs/
*.log

# Tests / Cache
.pytest_cache/
.cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
coverage.xml

# Node / Remotion
node_modules/
out/
.remotion/
*.tsbuildinfo
video/remotion/public/generated-*

# Database
*.db
*.sqlite
*.sqlite3

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
