Files
storage-labos/flashops/.gitignore
T
yuanshuai c91a64fddb
CI / Python 3.12 (push) Waiting to run
CI / Python 3.9 (push) Waiting to run
chore(repo): initialize team collaboration repository
2026-07-27 20:40:12 +08:00

27 lines
270 B
Plaintext

# Python
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
*.egg-info/
# Node
node_modules/
.next/
out/
.turbo/
# 本地运行产物(开发态的 SQLite 库、对象存储、日志)
var/
*.db
*.db-journal
*.log
# 环境
.env
.env.local
# macOS
.DS_Store