Update example gitignore to latest version

This commit is contained in:
Joscha 2019-04-20 19:01:25 +00:00
parent 1c409601db
commit 7024686ff2
4 changed files with 25 additions and 3 deletions

17
examples/echo/.gitignore vendored Normal file
View file

@ -0,0 +1,17 @@
# python stuff
__pycache__/
# venv stuff
bin/
include/
lib/
lib64
pyvenv.cfg
# bot stuff
#
# These files are ignored because they may contain sensitive information you
# wouldn't want in your repo. If you need to have a config file in your repo,
# store a bot.conf.default with default settings.
*.conf
*.cookie