fix: 修复打包问题

This commit is contained in:
anonymous
2025-10-21 23:08:04 +08:00
parent a691c8f093
commit f36dc85427
2 changed files with 20 additions and 13 deletions

View File

@@ -59,13 +59,14 @@ backend/.venv/
backend/env/
backend/*.egg-info/
backend/.pytest_cache/
backend/db/*.db
backend/*.sqlite3
# Docker
docker-compose*.yml
Dockerfile
.dockerignore
backend/db/*.db
backend/*.sqlite3
backend/storage/
# Docker
docker-compose*.yml
Dockerfile
.dockerignore
# Test files
**/tests/
@@ -77,12 +78,15 @@ coverage/
.coverage
htmlcov/
# Temporary files
tmp/
temp/
*.tmp
*.bak
*.swp
# Temporary files
tmp/
temp/
*.tmp
*.bak
*.swp
# Local runtime artifacts
storage/
# OS
Thumbs.db