diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..9f631c3d --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +#Игнорируем все папки с названием __pycache__ +/**/__pycache__/** +#Игнорируем папки распакованного блокнота +Resources/Editor/Notepad++_7_7_x64/* +/Orchestrator/Reports \ No newline at end of file