Files
workspace/timesfm-forecast/.gitignore
2026-03-26 16:21:57 -03:00

24 lines
174 B
Plaintext
Executable File

# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
*.pyo
*.pyd
# Environments
.venv/
.uv/
# Streamlit
.streamlit/
**/.streamlit/
# OS
.DS_Store
# Editors
.vscode/
.idea/