Skip to content

Commit

Permalink
【環境構築】pythonバージョン設定ファイルと、.gitignoreを追加。Python環境はvenvの仮想環境とする。
Browse files Browse the repository at this point in the history
  • Loading branch information
tsyu12345 committed Dec 4, 2022
0 parents commit 5cc4045
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.venv
TEST
*.zip
*.exe
ml-agents-release_20
1on1FlagGame/My project/*
!1on1FlagGame/My project/Assets
!1on1FlagGame/My project/ProjectSettings
!1on1FlagGame/My project/UnityPackageManager
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.9.6

0 comments on commit 5cc4045

Please sign in to comment.