Files
wehub-resource-sync 1443d3fdf9
Ruff Format Check / Ruff Format & Lint (push) Failing after 7m39s
Deploy VitePress site to Pages / build (push) Failing after 9m11s
Deploy VitePress site to Pages / Deploy (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 12:32:26 +08:00

29 lines
410 B
Plaintext

# 忽略 Git 相关的文件夹
.git
.gitignore
# 忽略 Python 的缓存文件
__pycache__/
*.pyc
*.pyo
# 忽略虚拟环境目录
venv/
env/
backend/.venv/
backend/package/.venv/
# 忽略 node_modules 文件夹(前端项目)
web/node_modules/
# 忽略 Docker 运行时数据卷
docker/volumes/
# 忽略日志和临时文件
*.log
*.tmp
# 忽略 Docker 本身的文件
Dockerfile
docker-compose.yml