From 7e54b1ebe280d760347b1b640c9d4d0038ca6c58 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Sun, 23 Feb 2025 16:40:32 +0800 Subject: feat(python): move python codes. --- python/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/.gitignore (limited to 'python/.gitignore') diff --git a/python/.gitignore b/python/.gitignore new file mode 100644 index 0000000..f5833b1 --- /dev/null +++ b/python/.gitignore @@ -0,0 +1,3 @@ +__pycache__ +.venv +.mypy_cache -- cgit v1.2.3