diff --git a/.gitignore b/.gitignore index 9a8b30fb..56e3a8bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .idea .pytest_cache +probe.py venv **/*.pyc env diff --git a/_linux/applicationLibraries.xml b/_linux/applicationLibraries.xml new file mode 100644 index 00000000..44b6f6f4 --- /dev/null +++ b/_linux/applicationLibraries.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/_linux/git.xml b/_linux/git.xml new file mode 100644 index 00000000..a8092bde --- /dev/null +++ b/_linux/git.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/_linux/laf.xml b/_linux/laf.xml new file mode 100644 index 00000000..c1f98d95 --- /dev/null +++ b/_linux/laf.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/codestyles/Default.xml b/codestyles/Default.xml new file mode 100644 index 00000000..e94f32a8 --- /dev/null +++ b/codestyles/Default.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/colors.scheme.xml b/colors.scheme.xml new file mode 100644 index 00000000..5205cf6a --- /dev/null +++ b/colors.scheme.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/debugger.xml b/debugger.xml new file mode 100644 index 00000000..16f98b39 --- /dev/null +++ b/debugger.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/github_settings.xml b/github_settings.xml new file mode 100644 index 00000000..3df69bf1 --- /dev/null +++ b/github_settings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/markdown.xml b/markdown.xml new file mode 100644 index 00000000..92e74be4 --- /dev/null +++ b/markdown.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/vcs.xml b/vcs.xml new file mode 100644 index 00000000..c5f19c66 --- /dev/null +++ b/vcs.xml @@ -0,0 +1,21 @@ + + + + + \ No newline at end of file diff --git a/vim_settings.xml b/vim_settings.xml new file mode 100644 index 00000000..08d2f097 --- /dev/null +++ b/vim_settings.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + 0 + false + + + + + + + + + + ctrl pressed V + + + ctrl pressed A + + + ctrl pressed C + + + + \ No newline at end of file