[CI] Add pylintrc for ignore tensorflow import error
Currently, there is an import error related to TensorFlow when performing a Pylint inspection.
This is a problem where import related to TensorFlow~Keras generates errors before execution because TensorFlow works on Keras-related code during runtime.
To correct this problem, create a pylintrc file and perform exception tasks.
**Changes proposed in this PR:**
- modified: ../../.github/workflows/pylint.yml
- new file: ../../tools/pylintrc
Resolves:
#2450
**Self evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test: [X]Passed [ ]Failed [ ]Skipped
Signed-off-by: Donghak PARK <donghak.park@samsung.com>