# Version control .git/ .gitignore # Python caches __pycache__/ *.pyc *.pyo *.egg-info/ dist/ build/ # Virtual environments .venv/ venv/ env/ # IDE / editor .vscode/ .idea/ *.swp *.swo *~ # Local test outputs output*.mp4 *.mp4 # Docs (not needed in image) README.md LICENSE* *.pdf *.md # Example files examples/ # OS artifacts Thumbs.db .DS_Store