diff --git a/.gitignore b/.gitignore
index daa87a1..f76ea86 100755
--- a/.gitignore
+++ b/.gitignore
@@ -2,11 +2,8 @@
 *.pyc
 .idea
 data
-logs
-*/logs/*
-*.sql
-deploy.sh
 logs/*
+*.sql
 test/*
 tools/*
 cmdb_agent/*
diff --git a/core/__init__.py b/core/__init__.py
index 99d8104..203368d 100644
--- a/core/__init__.py
+++ b/core/__init__.py
@@ -8,4 +8,4 @@ from ci_relation import cirelation
 from ci import ci
 from history import history
 from account import account
-from special import special
\ No newline at end of file
+# from special import special
\ No newline at end of file