FastAPI 模板扩展
API 项目中的虚拟环境、测试报告与构建缓存。
Explore resourceProfessional .gitignore tools
Fastapi project template
Using GitIgnore.pro fallback template because the official template was unavailable during generation.
# Virtual environments
venv/
.venv/
# Build outputs
dist/
build/
# Test artifacts
.pytest_cache/
coverage/
# IDE & tooling
.vscode/
.idea/
# Logs
logs/
*.log
# Deployment
app/static/
app/uploads/
# Docker
.docker/
.dockerignore.gitignore in your project rootAPI 项目中的虚拟环境、测试报告与构建缓存。
Explore resource与 Docker、Kubernetes 结合时的忽略目录。
Explore resource确保 Alembic 迁移、日志文件不会进入仓库或镜像。
Explore resource根据异步服务的产物(pytest、coverage、Docker)生成忽略组合。