adding timesfm project and exceptions on gitignore

This commit is contained in:
@gabriel.pereira
2026-03-26 16:21:57 -03:00
parent 58602991b3
commit 11d3cc66d5
11 changed files with 734 additions and 0 deletions

23
timesfm-forecast/.gitignore vendored Executable file
View 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/