# Git .git .gitignore # Python __pycache__ *.py[cod] *$py.class *.so .Python .venv venv/ ENV/ .eggs/ *.egg-info/ .pytest_cache/ # 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 .cache/ .config/ # Build Context Optimization dashboard/ output/ uploads/ data/ # Docker Dockerfile docker-compose.yml .dockerignore # Docs README.md *.md