chore(repo): initialize team collaboration repository
CI / Python 3.12 (push) Waiting to run
CI / Python 3.9 (push) Waiting to run

This commit is contained in:
2026-07-27 20:40:12 +08:00
commit c91a64fddb
109 changed files with 21121 additions and 0 deletions
+57
View File
@@ -0,0 +1,57 @@
# Operating systems and editors
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
# Python environments and caches
**/.venv/
**/venv/
**/__pycache__/
**/.pytest_cache/
**/.mypy_cache/
**/.ruff_cache/
**/*.egg-info/
*.py[cod]
.coverage
htmlcov/
# JavaScript dependencies and build output
**/node_modules/
**/.next/
**/out/
**/.turbo/
# FlashOps local runtime data
flashops/var/
*.db
*.db-journal
*.db-shm
*.db-wal
*.log
agent-state.json
# Secrets and machine-local configuration
**/.env
**/.env.*
!**/.env.example
!**/env.example
*.pem
*.key
*.p12
*.pfx
*.local.md
*.env.local
credentials.json
secrets.json
# Temporary release and backup artifacts
*.tmp
*.bak
*.tar
*.tar.gz
*.zip
*_backup/
*_rollback/