initial commit

This commit is contained in:
maybetree
2025-07-31 09:15:28 +02:00
commit e4ac6434b8
3 changed files with 97 additions and 0 deletions

93
.gitignore vendored Normal file
View File

@ -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 ###

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "bardak"]
path = bardak
url = https://github.com/maybeetree/bardak

1
bardak Submodule

Submodule bardak added at 23fb53e85b