From fb203d86ce5456fecff06872b05275d14e3ba58d Mon Sep 17 00:00:00 2001 From: Jatin Kumar Date: Sun, 6 Oct 2024 03:53:39 +0530 Subject: [PATCH] create a file jatin.py I just write a short message over there --- .idea/.gitignore | 3 +++ .idea/Data-Structures-and-Algorithms-Python.iml | 12 ++++++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/misc.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ jatin.py | 1 + 7 files changed, 43 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/Data-Structures-and-Algorithms-Python.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 jatin.py diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/Data-Structures-and-Algorithms-Python.iml b/.idea/Data-Structures-and-Algorithms-Python.iml new file mode 100644 index 0000000..8b8c395 --- /dev/null +++ b/.idea/Data-Structures-and-Algorithms-Python.iml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..db8786c --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..1ce20cd --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/jatin.py b/jatin.py new file mode 100644 index 0000000..dfdb76b --- /dev/null +++ b/jatin.py @@ -0,0 +1 @@ +print("hello I just created a new file fo pyton") \ No newline at end of file