adding timesfm project and exceptions on gitignore
This commit is contained in:
23
timesfm-forecast/.gitignore
vendored
Executable file
23
timesfm-forecast/.gitignore
vendored
Executable file
@@ -0,0 +1,23 @@
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
*.egg
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# Environments
|
||||
.venv/
|
||||
.uv/
|
||||
|
||||
# Streamlit
|
||||
.streamlit/
|
||||
**/.streamlit/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
# Editors
|
||||
.vscode/
|
||||
.idea/
|
||||
Reference in New Issue
Block a user