init project

This commit is contained in:
hongz
2026-02-03 00:54:48 +08:00
commit 89d4260eb8
18 changed files with 1404 additions and 0 deletions

38
.dockerignore Normal file
View File

@@ -0,0 +1,38 @@
# Git
.git
.gitignore
# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.egg-info
.eggs
dist
build
.venv
venv
# IDE
.idea
.vscode
*.swp
*.swo
# Environment
.env
# References (不需要包含在鏡像中)
references/
# Tests (生產鏡像不需要)
tests/
# Documentation
*.md
docs/
# Store (運行時掛載)
store/