# OS .DS_Store Thumbs.db # Python .venv/ venv/ __pycache__/ *.py[cod] # Editor .idea/ .vscode/ .cursor/ *.swp *.swo # 中間ファイル(量子化の入力など) build/* !build/sentences.txt # 配布物(target/ には配布するものだけ入る) target/ # 作業記録(ローカルのみ) journals/