From 19f64755736d342fea4e94313f8b1c811a19e006 Mon Sep 17 00:00:00 2001 From: Vombit Date: Sun, 31 May 2026 07:54:59 +0000 Subject: [PATCH] Initial commit --- .gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 42 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7cad15f --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# ---> Java +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* + +# ---> VirtualEnv +# Virtualenv +# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/ +.Python +[Bb]in +[Ii]nclude +[Ll]ib +[Ll]ib64 +[Ll]ocal +[Ss]cripts +pyvenv.cfg +.venv +pip-selfcheck.json + diff --git a/README.md b/README.md new file mode 100644 index 0000000..911d514 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# kr_1 +