mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-15 19:14:01 +08:00
53 lines
729 B
Plaintext
53 lines
729 B
Plaintext
.idea/
|
||
.DS_Store
|
||
*.c
|
||
*.so
|
||
*.pyd
|
||
build/
|
||
cython_cache/
|
||
dist/
|
||
rust/**/target/
|
||
nginx/
|
||
test.py
|
||
safety_report.txt
|
||
app/application/site/*.bin
|
||
app/plugins/**
|
||
!app/plugins/__init__.py
|
||
config/cookies/
|
||
config/app.env
|
||
config/user.db*
|
||
config/sites/**
|
||
config/agent/
|
||
config/logs/
|
||
config/plugins/
|
||
config/temp/
|
||
config/cache/
|
||
config/.cache/
|
||
.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/
|
||
|
||
# 本地前端构建产物(docker build 用,不入库)
|
||
frontend-dist/
|