commit ec588e54afe9c51448f8008675adb392fbb1bee4 Author: frog24 Date: Sun Sep 15 00:58:58 2024 +0400 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea6df70 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# ---> 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 + +# ---> 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/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..e20fc9b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# AIM-PIbd-31-Barsukov-P-O + +( ̄o ̄) . z Z \ No newline at end of file