diff --git a/.gitignore b/.gitignore index 1bc24b15..e9a9653b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,12 @@ -.idea -plugin \ No newline at end of file +# idea +plugin/ + +# config +config.yml + +# external plugins +/plugins/ + +# pyc/pyo +**/*.pyc +**/*.pyo \ No newline at end of file