forked from bot/app
16 lines
113 B
Plaintext
16 lines
113 B
Plaintext
# idea
|
|
plugin/
|
|
|
|
# config
|
|
config.yml
|
|
|
|
# external plugins
|
|
/plugins/
|
|
|
|
# pyc/pyo
|
|
**/*.pyc
|
|
**/*.pyo
|
|
|
|
# data
|
|
/data/
|
|
``` |