mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-02-03 02:25:32 +08:00
30 lines
346 B
Plaintext
30 lines
346 B
Plaintext
.idea/
|
|
*.c
|
|
*.so
|
|
*.pyd
|
|
build/
|
|
cython_cache/
|
|
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
|
|
|
|
# Pylint
|
|
pylint-report.json
|
|
.pylint.d/ |