Switch to pyproject.toml style setuptools config
This commit is contained in:
parent
74caea4e92
commit
37c4ba703a
4 changed files with 13 additions and 30 deletions
12
examples/echo/.gitignore
vendored
12
examples/echo/.gitignore
vendored
|
|
@ -1,15 +1,3 @@
|
|||
# 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue