first version (works kinda)

This commit is contained in:
Leo
2026-02-15 01:00:06 +01:00
parent c6dcee4ae5
commit bc2f96c463
7 changed files with 688 additions and 0 deletions

66
.gitignore vendored Normal file
View File

@@ -0,0 +1,66 @@
# Common .gitignore Configuration #
#############################################
# #
# Based on the gist provided by #
# GitHub at: #
# https://gist.github.com/octocat/9257657 #
# #
#############################################
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
# It's better to unpack these files and commit the raw source.
# Git has its own built in compression methods.
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Output Folders #
##################
bin/
obj/
out/
build/
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Backup or temporary files #
#############################
*.pyo
*.pyc
*~
*.bak
*.swp
oauth.json
browser.json
.env