blender-voicevox-pl/.gitignore
2026-02-04 19:51:39 +09:00

34 lines
262 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# Blender
*.blend1
*.blend2
# VoiceVox音声ファイル
*.wav
audio_cache/
# 環境
.direnv/
.envrc.local
result
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db