From 39d6e6a8282ed1733c834b1efa267bcd4ad9ea87 Mon Sep 17 00:00:00 2001 From: caibotmi Date: Sat, 4 Apr 2026 18:15:03 +0800 Subject: [PATCH] Add .gitignore --- .gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..10b7728 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# Python +__pycache__/ +*.py[cod] +*.so +.Python +venv/ +ENV/ +env/ +.venv/ + +# IDE +.vscode/ +.idea/ +*.swp +*.swo + +# Logs +logs/ +*.log + +# Data +data/ +*.db +*.sqlite + +# OS +.DS_Store +Thumbs.db + +# Secrets +.env +*.pem +*.key