hid data file

This commit is contained in:
Jun-te Kim 2025-03-03 13:19:35 +00:00
parent c3c155bdb8
commit d778f79169
3 changed files with 8 additions and 15 deletions

3
.gitignore vendored
View file

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

View file

@ -15,8 +15,8 @@ Definition of one place:
- [x] Read a file from what khalim has shared
Add a local file:
- [] mount a local folder directory wiht what Khalim sharepoint he has shared
- [] REad files????
- [x] mount a local folder directory wiht what Khalim sharepoint he has shared
- [x] REad files and do something with it
Once I have sharepoint api working:

View file

@ -1,13 +1,4 @@
# from utils.sharepoint.sharepoint import SharePointClient
import os
print("Hello world")
###
'''
Place holder for SharePointClient - When khalim is back see if I can get this wokring
'''
###
# # Share point env variables most likely
# SHAREPOINT_CLIENT_ID = os.getenv("SHAREPOINT_CLIENT_ID", None)
@ -26,6 +17,7 @@ Place holder for SharePointClient - When khalim is back see if I can get this wo
# )
###
#Get local file read working
###
# Do some with local files and read stuff basic
print("hello world ")