diff --git a/.gitignore b/.gitignore index 678a4536..0d95c681 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ config.json memo.txt VRCT.spec *.pyc -logs/ \ No newline at end of file +logs/ +.venv/ \ No newline at end of file diff --git a/venv.bat b/venv.bat new file mode 100644 index 00000000..0a00ad7a --- /dev/null +++ b/venv.bat @@ -0,0 +1,2 @@ +python -m venv .venv +.venv\Scripts\activate.bat \ No newline at end of file