matrix-alertbot/.gitignore
Andrew Morgan 6f47000988 Merge branch 'master' of github.com:anoadragon453/nio-template
* '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
2019-10-25 23:42:04 +01:00

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