From 1856282a30670b20198ea11a6b6d95be2dbf94a1 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 10 Mar 2026 18:44:36 +0800 Subject: [PATCH] chore: ignore pycache and Python bytecode files --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9276a26 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ + +# Python bytecode +__pycache__/ +*.pyc +*.pyo +*.pyd +*$py.class