From 78290bbea57a0d44a441c32c5509d4bbcef9c9bb Mon Sep 17 00:00:00 2001 From: Masonmason Date: Fri, 11 Apr 2025 01:56:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..90aa787 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +# macOS +.DS_Store + +# Linux +*~ + +# Node.js +node_modules/ +npm-debug.log* +yarn-debug.log* +package-lock.json + +# Logs +logs/ +*.log + +# Environment files +.env + +# Editor directories and files +.vscode/ +.idea/ +*.suo +*.ntvs* +*.njsproj +*.sln + +# Build directories +build/ +tmp/ +temp/ + +# Python +__pycache__/ +*.py[cod] +*$py.class +src/__pycache__/config.cpython-312.pyc +src/services/__pycache__/device_service.cpython-312.pyc +src/views/__pycache__/mainWindows.cpython-312.pyc +main.spec +dist/output/ +dist/main.exe \ No newline at end of file