Adaptive thinking

This commit is contained in:
HugeFrog24
2026-07-16 17:10:50 +02:00
parent 82fff17e66
commit 0543283b8a
36 changed files with 5944 additions and 2 deletions
+18
View File
@@ -0,0 +1,18 @@
# Local IDE config & user settings
.vscode/
# Go vendor directory
vendor/
# Environment variables
.env
# Any log files
*.log
# Database file
bot.db
# All config files except for the default
config/*
!config/default.json