6f47000988
* 'master' of github.com:anoadragon453/nio-template: INSERT OR REPLACE SQL on static value Commit to the database after we write to it Add projects list Add config.yaml to .gitignore Send m.notice by default Add message_responses.py, pass config parameters to callbacks
19 lines
176 B
Text
19 lines
176 B
Text
# PyCharm
|
|
.idea/
|
|
|
|
# Python virtualenv environment folders
|
|
env/
|
|
env3/
|
|
.env/
|
|
|
|
# Bot local files
|
|
*.db
|
|
|
|
# Config file
|
|
config.yaml
|
|
|
|
# Python
|
|
__pycache__/
|
|
|
|
# Config file
|
|
config.yaml
|