chore: initialize project repository

This commit is contained in:
GitHub Actions
2026-03-18 21:23:50 +08:00
commit 14120394ce
23 changed files with 15737 additions and 0 deletions

19
.dockerignore Executable file
View File

@@ -0,0 +1,19 @@
.venv/
venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/
.git/
.gitignore
.vscode/
.idea/
.claude/
.agents/
*.log
logs_cli*.txt
Dockerfile
.dockerignore