chore: initialize repository

This commit is contained in:
Codex
2026-08-01 20:41:27 +08:00
commit 77779bd3a9
2 changed files with 33 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# Secrets and local configuration
.env
.env.*
!.env.example
# Temporary and generated files
tmp/
temp/
*.tmp
*.log
# Python
__pycache__/
*.py[cod]
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Node.js
node_modules/
.next/
dist/
build/
coverage/
# IDE and OS metadata
.idea/
.vscode/
.DS_Store
Thumbs.db
Binary file not shown.