init
This commit is contained in:
+33
@@ -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
|
||||
Reference in New Issue
Block a user