diff --git a/.gitignore b/.gitignore index b81f96b..1fb64dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# .idea files +.idea* + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -138,4 +141,4 @@ dmypy.json cython_debug/ # local sandbox -sandbox/ \ No newline at end of file +sandbox/ 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/Projekt_Sztuczna_Inteligencja.iml b/.idea/Projekt_Sztuczna_Inteligencja.iml deleted file mode 100644 index 7e9e487..0000000 --- a/.idea/Projekt_Sztuczna_Inteligencja.iml +++ /dev/null @@ -1,10 +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 e037e18..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 fb92429..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 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file