Files
MoviePilot/.gitignore
2026-08-25 16:05:45 +08:00

52 lines
970 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.idea/
.DS_Store
*.c
*.so
*.pyd
build/
cython_cache/
dist/
rust/**/target/
nginx/
test.py
app/application/site/*.bin
# 站点数据的运行期下载产物。上游 v3 架构重构后落点从 app/application/site 移到了
# app/helper同目录的 .so/.pyd 由上面的通配兜住,只有 .bin 漏了网
app/helper/*.bin
app/plugins/**
!app/plugins/__init__.py
config/*
!config/category.yaml
# 运行期设置持久化目录settings 写回 app.env 的落点)与本地验证产物
app/config/
.verify_tmp/
.artifacts/
.runtime/
public/
.moviepilot.env
*.pyc
*.log
.coverage
coverage.xml
coverage.json
htmlcov/
.vscode
venv
moviepilot-site-capture-*.zip
# Pylint
pylint-report.json
.pylint.d/
# AI
.claude/
!.claude/*.json
.claude/settings.local.json
# Superpowers 设计/计划文档(本地协作产物,不纳入仓库)
docs/superpowers/
# 保留本地前端构建产物目录,目录内产物不纳入仓库
frontend-dist/*
!frontend-dist/.gitkeep