Update .gitignore and pyproject.toml; streamline main entry point for BotBotBot

This commit is contained in:
Edgar P. Burkhart 2025-03-22 18:32:13 +01:00
parent 761111bb07
commit bc9d5a8943
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
4 changed files with 356 additions and 350 deletions

19
.gitignore vendored
View file

@ -1,5 +1,14 @@
/env
/assets
/config.toml
/wordlist.pickle
__pycache__
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# BotBotBot
config.toml
wordlist.pickle