commit af145eec35169dbfbaebc3d954e47b128ba022d2 Author: ubuntu Date: Thu Mar 26 17:56:30 2026 +0900 Add .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f48dfda --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__ +*.pyc +.vs \ No newline at end of file