From 8e2fc343d68fafc44fe612756958f768ed3471b3 Mon Sep 17 00:00:00 2001 From: TImourka Date: Fri, 20 Sep 2024 18:55:33 +0400 Subject: [PATCH] Initial commit --- .gitignore | 28 ++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 30 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..08ac6ec --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# ---> JupyterNotebooks +# gitignore template for Jupyter Notebooks +# website: http://jupyter.org/ + +.ipynb_checkpoints +*/.ipynb_checkpoints/* + +# IPython +profile_default/ +ipython_config.py + +# Remove previous ipynb_checkpoints +# git rm -r .ipynb_checkpoints/ + +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f36263 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# AIM-PIbd-31-Kouvshinoff-T-A +