chore: Remove unwanted files
diff --git a/erpnext/.pylintrc b/erpnext/.pylintrc
new file mode 100644
index 0000000..4b2ea0a
--- /dev/null
+++ b/erpnext/.pylintrc
@@ -0,0 +1 @@
+disable=access-member-before-definition
\ No newline at end of file
diff --git a/erpnext/erpnext_integrations/doctype/exotel_settings/exotel_settings.js b/erpnext/erpnext_integrations/doctype/exotel_settings/exotel_settings.js
deleted file mode 100644
index bfed491..0000000
--- a/erpnext/erpnext_integrations/doctype/exotel_settings/exotel_settings.js
+++ /dev/null
@@ -1,8 +0,0 @@
-// Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and contributors
-// For license information, please see license.txt
-
-frappe.ui.form.on('Exotel Settings', {
-	// refresh: function(frm) {
-
-	// }
-});
diff --git a/erpnext/erpnext_integrations/doctype/exotel_settings/test_exotel_settings.py b/erpnext/erpnext_integrations/doctype/exotel_settings/test_exotel_settings.py
deleted file mode 100644
index 5d85615..0000000
--- a/erpnext/erpnext_integrations/doctype/exotel_settings/test_exotel_settings.py
+++ /dev/null
@@ -1,10 +0,0 @@
-# -*- coding: utf-8 -*-
-# Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and Contributors
-# See license.txt
-from __future__ import unicode_literals
-
-# import frappe
-import unittest
-
-class TestExotelSettings(unittest.TestCase):
-	pass