Update .gitignore and pyproject.toml; streamline main entry point for BotBotBot
This commit is contained in:
parent
761111bb07
commit
bc9d5a8943
4 changed files with 356 additions and 350 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue