# Git .git .gitignore # Python __pycache__ *.py[cod] *$py.class *.so .Python .venv venv/ ENV/ .eggs/ *.egg-info/ .pytest_cache/ # Node node_modules/ remotion/node_modules/ render-service/node_modules/ dashboard/node_modules/ # IDE .idea/ .vscode/ *.swp *.swo # Video files (will be mounted via volume) *.mp4 *.avi *.mov *.mkv *.gif videos/ # Model files (downloaded at build time) *.pt # Docker Dockerfile docker-compose.yml .dockerignore # Docs README.md *.md