From 7847547bafc850068ee7973eecef148e83e0948f Mon Sep 17 00:00:00 2001 From: hello Date: Tue, 25 Feb 2025 13:36:10 +0530 Subject: [PATCH] added gitignore --- .gitignore | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..41641c8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,65 @@ +### MacOS System Files ### +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db +.AppleDouble +.LSOverride +Icon +.DocumentRevisions-V100 +.fseventsd +.TemporaryItems +.VolumeIcon.icns + +### Obsidian ### +.obsidian/ + +### IDEs and Editors ### +.idea/ +.vscode/ +*.swp +*.swo +*~ + +### Node ### +node_modules/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +### Python ### +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg + +### Java ### +*.class +*.log +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar