From 1fdc642fb0dd5f37f0334aa5b758929a09ad2852 Mon Sep 17 00:00:00 2001 From: pooya-mohammadi Date: Wed, 5 Jul 2023 10:02:11 +0330 Subject: [PATCH 1/3] Remove .idea from repo --- .idea/.gitignore | 3 --- .idea/Nuggt.iml | 14 -------------- .idea/inspectionProfiles/Project_Default.xml | 16 ---------------- .idea/inspectionProfiles/profiles_settings.xml | 6 ------ .idea/misc.xml | 4 ---- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ 7 files changed, 57 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/Nuggt.iml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 26d3352..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/.idea/Nuggt.iml b/.idea/Nuggt.iml deleted file mode 100644 index 8e5446a..0000000 --- a/.idea/Nuggt.iml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 769242e..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 69e5c52..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 938f7f3..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file From 99e840b97b3b296d3c92608c43e5fa488317a34b Mon Sep 17 00:00:00 2001 From: pooya-mohammadi Date: Wed, 5 Jul 2023 10:02:37 +0330 Subject: [PATCH 2/3] Remove pycache from project --- __pycache__/apikey.cpython-310.pyc | Bin 198 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 __pycache__/apikey.cpython-310.pyc diff --git a/__pycache__/apikey.cpython-310.pyc b/__pycache__/apikey.cpython-310.pyc deleted file mode 100644 index c258b56964a3e61bf094762f3299697d3d074112..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 198 zcmd1j<>g`k0`~V&DGosTF^Gc<7=auIATH(r5-AK(3@MDk44O<;#>LsXr6xIvE=4{T z;dyD9mZqtu8SaH;A;wNQN!e~*NfAj|$ Date: Wed, 5 Jul 2023 10:04:56 +0330 Subject: [PATCH 3/3] Add .idea & pycache to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 62680c7..70f5a9f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .streamlit/secrets.toml -nuggt-release/.env \ No newline at end of file +nuggt-release/.env +.idea +*__pycache__*