From 32000e2b64033da6638e9ac1deaf9a8bfac85aba Mon Sep 17 00:00:00 2001 From: Ambuj Mahato Date: Wed, 18 Jun 2025 13:13:56 +0530 Subject: [PATCH 1/2] Remove deprecated projects and associated files Eliminates multiple projects and their related files to streamline the codebase. This cleanup helps in removing unused code and reducing clutter, enhancing maintainability and readability of the project structure. --- .VirtualBox/selectorwindow.log.1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .VirtualBox/selectorwindow.log.1 diff --git a/.VirtualBox/selectorwindow.log.1 b/.VirtualBox/selectorwindow.log.1 new file mode 100644 index 0000000..3697d61 --- /dev/null +++ b/.VirtualBox/selectorwindow.log.1 @@ -0,0 +1,2 @@ +01:36:47.525929 Log continuation - Log started 2025-06-18T01:37:17.878039000Z +01:36:48.058646 GUI: UICommon: aboutToQuit request handled! From 8b5ffb176eeb4527e1ed9ea3d3f6b9192ecbbd04 Mon Sep 17 00:00:00 2001 From: Ambuj Mahato Date: Wed, 18 Jun 2025 13:41:45 +0530 Subject: [PATCH 2/2] "commits" --- .bash_history | 21 +++++++++++++++++++++ .gitconfig | 8 ++++++++ .ipython/profile_default/startup/README | 11 +++++++++++ 3 files changed, 40 insertions(+) create mode 100644 .bash_history create mode 100644 .gitconfig create mode 100644 .ipython/profile_default/startup/README diff --git a/.bash_history b/.bash_history new file mode 100644 index 0000000..0359087 --- /dev/null +++ b/.bash_history @@ -0,0 +1,21 @@ +git--verssion +git--version +git --verion +git --version +ls +clear +pwd +git config --global user.name "[Ambuj Mahato]" +git config --global user.email"[ambujmahato97322@gmail.com]" + git config --globall color.ui auto +git config --global user.email"ambujmahato97322@gmail.com" +git config --list +git confiig --user.email"ambujmahato97322@gmail.com" +git config --global user.email"ambujmahato97322@gmail.com" +git config --list +git --list +--lst +git --lst +git config --global user.name "Ambuj Mahato" +git config --global user.email "ambujmahato97322@gmail.com" +git config --list --global diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..c02a442 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,8 @@ +[user] + name = Ambuj Mahato + email = ambujmahato97322@gmail.com +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true diff --git a/.ipython/profile_default/startup/README b/.ipython/profile_default/startup/README new file mode 100644 index 0000000..61d4700 --- /dev/null +++ b/.ipython/profile_default/startup/README @@ -0,0 +1,11 @@ +This is the IPython startup directory + +.py and .ipy files in this directory will be run *prior* to any code or files specified +via the exec_lines or exec_files configurables whenever you load this profile. + +Files will be run in lexicographical order, so you can control the execution order of files +with a prefix, e.g.:: + + 00-first.py + 50-middle.py + 99-last.ipy