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

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# Byte-compiled / cache files
__pycache__/
*.py[cod]
*.pyc
*pycache
*.so
*.pyo
*.pyd
# Virtual environments
.env/
.venv/
env/
venv/
# Distribution / packaging
*.egg-info/
dist/
build/
# OS files
.DS_Store
# Streamlit
.streamlit/
**/.streamlit/
# Lock files (optional, if not needed)
uv.lock
# Data files
*.csv