初始化提交

This commit is contained in:
2026-04-04 01:27:38 +08:00
parent 5ee2a44f63
commit 49631fdf64
4 changed files with 111 additions and 2 deletions

41
.gitignore vendored Normal file
View File

@@ -0,0 +1,41 @@
# 环境变量
.env
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
.venv
pip-log.txt
pip-delete-this-directory.txt
# 数据库
*.db
*.sqlite
*.sqlite3
# IDE
.vscode/
.idea/
*.swp
*.swo
# 日志
*.log
# 测试
.pytest_cache/
.coverage
htmlcov/
# 操作系统
.DS_Store
Thumbs.db
# 临时文件
*.tmp
*.bak