# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Environment / secrets
.env

# IDE / Editor
*.swp
*.swo
*~

# Coverage
.coverage
htmlcov/
coverage.xml

# Rust cache
.ruff_cache/

# Website build artifacts (node_modules are in docs/website/)
docs/website/node_modules/
docs/website/remotion-demos/node_modules/
# Built docs subdir (markdown copies for the docs site)
docs/docs/
