feat: 添加项目规则、环境配置示例及开发文档

This commit is contained in:
锦麟 王
2026-02-04 18:49:38 +08:00
commit df76882178
88 changed files with 13150 additions and 0 deletions

75
.gitignore vendored Normal file
View File

@@ -0,0 +1,75 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Project specific
.env
.env.local
*.log
logs/
*.db
*.sqlite
*.sqlite3
# Config
config.local.json5
secrets/
# PoC (已完成,可删除)
poc/
# Temporary
tmp/
temp/
*.tmp
# Redis dump
dump.rdb
# Celery
celerybeat-schedule
celerybeat.pid
# Coverage
.coverage
htmlcov/
# Pytest
.pytest_cache/
# Mypy
.mypy_cache/
.dmypy.json
dmypy.json