commit e4ac6434b86c0800866574a68b3219ae4e3d85de Author: maybetree Date: Thu Jul 31 09:15:28 2025 +0200 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1b6b377 --- /dev/null +++ b/.gitignore @@ -0,0 +1,93 @@ +### Generic ### + +# VIM +*.sw* +*.vim* +*.obsession* + +# misc. garbage +*.bak +*.old* +~* +*~ +- + +# Damn you steve jobs!!!! +.DS_Store + +# vscope +.vscode/* +*.code-workspace +.history/ + +# potential credentials +*.pem +*.secret +**/credentials.json +**/client_secrets.json +**/client_secret.json +*creds* +*.dat +*password* +*.httr-oauth* +*.env +!*.sample.env + +# C/C++ +*.o +*.out +*.a +*.so + +# Python +__pycache__/ +*.py[cod] +*$py.class +.clirope +*.egg-info +build +dist +coverage.json +htmlcov +*.spec +.coverage + +# Archives +*.zip +*.tar +*.rar +*.tar.* +*.tzst +*.tgz +*.txz +*.zst +*.gz + +# Multimedia +*.xcf +*.svg +*.jpg +*.jpeg +*.png +*.avif +*.gif +*.pdf +*.gv +!img/*.jpg +!img/*.png +!img/*.svg +!img/*.gv + +# CMake + +CMakeCache.txt +CMakeFiles +cmake_install.cmake +.cmake +.skbuild-info.json +CMakeInit.txt + +### Project-specific ### + + + diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..55c1dcf --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "bardak"] + path = bardak + url = https://github.com/maybeetree/bardak diff --git a/bardak b/bardak new file mode 160000 index 0000000..23fb53e --- /dev/null +++ b/bardak @@ -0,0 +1 @@ +Subproject commit 23fb53e85b7bcfcf8ec801537e55efa1d3fbff68