This commit is contained in:
2026-02-04 19:51:39 +09:00
commit aead0ff136
11 changed files with 937 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# 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