test2 / .gitignore
joedown11's picture
Add Baileys WhatsApp provider and UI configurations
19e5623
Raw
History Blame Contribute Delete
237 Bytes
.env
__pycache__/
.pytest_cache/
.mypy_cache/
.venv/
venv/
# Ignoring data directory to prevent pushing binary index files
data/index/
data/sessions/
# Ignore local backup directories
backup*/
*backup*/
hf_credentials.txt
*.zip
tests/