diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d9da33c --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Ignore the configfile +botconfig.py + +# Ignore the errorlog +errors.log + +# Ignore the database +data.sqlite3 + +# Ignore the python files +**/*.pyc \ No newline at end of file