adding timesfm project and exceptions on gitignore
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user