chore(repo): initialize Cowork Local Gitea repository
CI / test (push) Canceled after 0s

This commit is contained in:
thanhnv
2026-08-09 20:12:05 +07:00
commit 414eaddca3
192 changed files with 48160 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
# Python bytecode and test/tool caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
# Local environments and packaging output
.venv/
venv/
env/
build/
dist/
*.egg-info/
# Local configuration, credentials, and runtime data
.env
.env.*
!.env.example
.cowork_local/
ms365_token_cache.bin
*.log
*.sqlite
*.sqlite3
*.db
*.pem
*.key
*.p12
*.pfx
# Editors and operating systems
.DS_Store
.idea/
.vscode/
*.swp
*~