diff --git a/.gitignore b/.gitignore index 4e77b4a..4fddf76 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,6 @@ output/ # IDE -.vscode/ .idea/ *.swp diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..5d28759 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "python.defaultInterpreterPath": ".venv/Scripts/python.exe", + "python.analysis.typeCheckingMode": "basic", + "[python]": { + "editor.defaultFormatter": "charliermarsh.ruff", + "editor.formatOnSave": true + } +} diff --git a/CLAUDE.md b/CLAUDE.md index d31024d..b5568a1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,7 +4,7 @@ ## 開発進捗 -現在の進捗: フェーズ 5(規約整備)まで完了.次はフェーズ 6(開発計画) +現在の進捗: ステップ 1(プロジェクト骨格の構築)完了.次はステップ 2(MiniTIAS 照明均一性評価) ※ ステップ完了時にここを更新すること. ## 必須ルール(コード実装時)