From 60f33013df2e15a1bdcd1e9f7293c2342f8cc409 Mon Sep 17 00:00:00 2001 From: xiaji Date: Sun, 7 Sep 2025 16:06:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0git=20ignore=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E5=A2=9E=E5=8A=A0settings.py=E4=BD=9C?= =?UTF-8?q?=E4=B8=BA=E5=BF=BD=E7=95=A5=20=E5=A2=9E=E5=8A=A0pyc=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..767483a --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# Django settings +statuspage/settings.py + +# Python cache +__pycache__/ +*.py[cod] +*$py.class + +# Database +db.sqlite3 + +# Logs +*.log + +# Local development settings +local_settings.py +.env + +# IDE +.idea/ +.vscode/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db \ No newline at end of file