Spaces:
Running
Running
File size: 387 Bytes
a359779 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | __pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info
dist
build
.git
.gitignore
.github
README.md
*.md
.env
.venv
venv/
ENV/
# Logs and cache
*.log
logs/
cache/
*.pkl
# IDE
.vscode
.idea
*.swp
*.swo
*~
# Testing
.pytest_cache
.coverage
htmlcov/
.tox/
# OS
.DS_Store
Thumbs.db
# Local credentials (use Cloud Run secrets instead)
gee-service-account.json
# Git
.gitattributes
|