From ef43ebf37b966604cfa94c055550094d7449ccd3 Mon Sep 17 00:00:00 2001 From: sanj <67624670+iodrift@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:56:05 -0800 Subject: [PATCH] Apply new gitignore rules --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) delete mode 100644 .DS_Store create mode 100644 .gitignore diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index c349505eeed85efb58f23cf07f0f726e7122b228..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKJ5Iw;5Znb9meQo8d?!H44NPQeid1wc1O=o-ju7-dPPK+&zptFTtsTPp}g2KHOre%>?9)J26e@*k#7?FK&K<_bRd5OOcxpz_zeX< E0k^{`t^fc4 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..acc8352 --- /dev/null +++ b/.gitignore @@ -0,0 +1,57 @@ +# macOS system files +.DS_Store +.AppleDouble +.LSOverride +Icon +._* + +# Python +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg + +# Virtual Environment +venv/ +ENV/ +env/ +.env +.venv +pip-log.txt +pip-delete-this-directory.txt + +# IDE specific files +.idea/ +.vscode/ +*.swp +*.swo +*~ + +# Jupyter Notebook +.ipynb_checkpoints + +# Testing +.coverage +.tox/ +.pytest_cache/ +htmlcov/ +.coverage.* +coverage.xml +*.cover +