feat: add ci and docker file

This commit is contained in:
dnslin
2025-12-15 15:51:05 +08:00
parent 8af03f9c84
commit 7df7c35c24
4 changed files with 168 additions and 0 deletions

34
.dockerignore Normal file
View File

@@ -0,0 +1,34 @@
# Git
.git
.gitignore
# Python
.venv
__pycache__
*.pyc
*.pyo
*.egg-info
.eggs
# 环境配置
.env
.env.*
!.env.example
# 缓存和临时文件
.cache
temp
*.log
# IDE
.vscode
.idea
# 文档和计划
*.md
!README.md
# 测试
tests
.pytest_cache
.coverage