34 lines
262 B
Plaintext
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
|