You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
mirosociety/.gitignore

41 lines
381 B

__pycache__/
*.py[cod]
*$py.class
*.so
.env
.venv/
venv/
env/
node_modules/
dist/
.DS_Store
data/
*.db
*.egg-info/
build/
*.log
.idea/
.vscode/
# uv
.uv-cache/
uv.lock
# 前端构建产物
frontend/dist/
frontend/node_modules/.vite/
# 本地启动/部署日志
backend.log
frontend.log
.run/
# 临时文件
*.swp
*.swo
*~
# pytest / coverage
.pytest_cache/
.coverage
htmlcov/