mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 20:17:22 +08:00
23 lines
280 B
Plaintext
23 lines
280 B
Plaintext
.idea/
|
|
*.c
|
|
build/
|
|
dist/
|
|
nginx/
|
|
test.py
|
|
safety_report.txt
|
|
app/helper/sites.py
|
|
app/helper/*.so
|
|
app/helper/*.pyd
|
|
app/helper/*.bin
|
|
app/plugins/**
|
|
!app/plugins/__init__.py
|
|
config/cookies/**
|
|
config/user.db
|
|
config/sites/**
|
|
config/logs/
|
|
config/temp/
|
|
config/cache/
|
|
*.pyc
|
|
*.log
|
|
.vscode
|
|
venv |