summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index fd5d532..d3d0b35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,6 @@
+#configuration files
manachat.ini
-bot
+bot/*.txt
+
+#compiled python files
+*.pyc \ No newline at end of file