# Xcode .DS_Store .idea # tyte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging .Python build/ develop-eggs/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # PyInstaller # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest *.spec # data data/ outputs/ # checkpoints models/wan-edit/hf/ models/pyramid-edit/hf/ # Model weights and large files *.pth *.pt *.ckpt *.bin *.safetensors # Video files *.mp4 *.avi *.mov *.mkv *.webm # Temporary files *.tmp *.temp *~ .*.swp .*.swo # Logs *.log logs/ *.out # Environment and virtual environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # Jupyter Notebook .ipynb_checkpoints # IDE files .vscode/ *.sublime-project *.sublime-workspace # OS generated files Thumbs.db *.lnk # Cache directories .cache/ __pycache__/ .pytest_cache/ CLAUDE.md