feat: initial commit

This commit is contained in:
2023-05-30 22:45:28 +02:00
commit b161e696c3
8 changed files with 236 additions and 0 deletions

20
git/gitignore Normal file
View File

@@ -0,0 +1,20 @@
# mac files
.DS_Store
# i usually make test.* files for local testing
# test.*
# test
# i don't like pushing .vscode and .idea folders, i will force add if needed
.vscode
.idea
# pyenv
.python-version
# i use .ignore for nvim
.ignore
# todo files
TODO.md