Files
VMD-Motion-Optimizer/.gitignore
T
Barış Keser f8512adde5 Add VMD Motion Optimizer and supporting scripts
- Implemented `optimize_vmd.py`, a comprehensive VMD motion optimizer that includes features for position and rotation simplification, depth alignment removal, and ground stabilization.
- Introduced `peek_bytes.py`, a utility script for inspecting byte data from VMD files.
- Created `version.txt` to track the version of the VMD Motion Optimizer, initialized to 0.1.0.
2025-08-17 21:48:36 +03:00

31 lines
210 B
Plaintext

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
.env
.venv/
# VSCode
.vscode/
# PyInstaller build
build/
dist/
*.spec
# OS/Editor
.DS_Store
Thumbs.db
# Logs
*.log
# Data
*.vmd
# Wheel/egg
*.egg
*.whl