ttzzs's picture
Deploy Chronos2 Forecasting API v3.0.0 with new SOLID architecture
c40c447 verified
raw
history blame contribute delete
406 Bytes
# Git
.git
.gitignore
.github
# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info
dist
build
.pytest_cache
.coverage
htmlcov
.mypy_cache
# Environment
.env
.venv
venv
env
# IDE
.vscode
.idea
*.swp
*.swo
*~
# Documentation (large files)
*.md
!README.md
FASE_*.md
# Tests
tests/
test_*.py
# Logs
logs/
*.log
# Temporary
tmp/
temp/
.DS_Store
# Old versions
*_backup.py
*_old.py
*.old