1234567891011121314151617181920212223242526 |
- .idea/
- .venv/
- .vs/
- .vscode/
- .gradle/
- __pycache__
- /[Bb]uild
- [Oo]ut/**
- CMakeUserPresets.json
- [Cc]ache/
- /[Ii]nstall/
- **/*egg-info/**
- **/*egg-link
- **/[Rr]estricted
- [Uu]ser/
- FrameCapture/**
- .DS_Store
- user*.cfg
- client*.cfg
- server*.cfg
- .mayaSwatches/
- _savebackup/
- *.swatches
- /imgui.ini
- .command_settings
|