node_modules/
**/node_modules/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
/lib/
/lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
.venv/
env/
ENV/
env.bak/
venv.bak/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Logs
*.log
logs/

# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Build artifacts
dist/
build/
.next/
.cache/

# Remotion
# ./remotion

# Video files
*.mp4
*.mov
*.avi
*.mkv

# Large/generated folders
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
pip-wheel-metadata/

# Large model/binary files (GitHub 100MB limit)
launch-video/whisper.cpp/
launch-video/documents/

# OpenNext build output
frontend/.open-next/