commit 0cfda573caf720c1cf443511b1130d8bca04a57d Author: Andrew nuark G Date: Thu Feb 16 15:18:17 2023 +0700 Add .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0352dee --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +venv +__pycache__ +.vscode \ No newline at end of file