.flake8
.gitignore
.vimrc
DEVELOPER.md
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
tox.ini
tallybot/__init__.py
tallybot/__main__.py
tallybot/agents.py
tallybot/chat.py
tallybot/chat_interface.py
tallybot/exchange.py
tallybot/handlers.py
tallybot/learner.py
tallybot/lookups.py
tallybot/managers.py
tallybot/memories.py
tallybot/plugin.py
tallybot.egg-info/PKG-INFO
tallybot.egg-info/SOURCES.txt
tallybot.egg-info/dependency_links.txt
tallybot.egg-info/requires.txt
tallybot.egg-info/top_level.txt
tallybot/brain/__init__.py
tallybot/brain/frontal_lobe.py
tallybot/brain/invoicing.py
tallybot/brain/ledger.py
tallybot/brain/main.py
tallybot/brain/reports.py
tallybot/templates/__init__.py
tallybot/templates/invoices/__init__.py
tallybot/templates/invoices/layout.py
tallybot/templates/invoices/schema.py
tests/__init__.py
tests/base.py
tests/brain.py
tests/email.py
tests/main.py
tests/simulators/__init__.py
tests/simulators/emailer.py
tests/simulators/network.py
tests/simulators/slack.py
tools/githooks/pre-commit
tools/githooks/pre-push