added git ignore files

This commit is contained in:
Jun-te Kim 2025-03-03 13:06:41 +00:00
parent 24ca89eb48
commit 60a3c0c9e8
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

View file

@ -1,4 +1,4 @@
from utils.sharepoint.sharepoint import SharePointClient
# from utils.sharepoint.sharepoint import SharePointClient
import os