Files
MoviePilot/.dockerignore
T

109 lines
1020 B
Plaintext

# Git
.github
.git
.gitignore
# Documentation
docs/
README.md
LICENSE
# Development files
.pylintrc
**/*.pyc
**/__pycache__/
**/*.pyo
**/*.pyd
.Python
**/*.so
.pytest_cache/
.ruff_cache/
.coverage
coverage.json
coverage.xml
htmlcov/
.tox/
.nox/
.hypothesis/
.mypy_cache/
.dmypy.json
dmypy.json
# Virtual environments
.venv/
.worktrees/
venv/
env/
ENV/
env.bak/
venv.bak/
# Runtime state and locally synchronized payloads
.build/
.agent-work/
.runtime/
.tmp/
.cache/
node_modules/
public/
.moviepilot.env
.env
.env.*
config/*
!config/category.yaml
app/plugins/**
!app/plugins/__init__.py
app/application/site/*.bin
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
logs/
# Temporary files
*.tmp
*.temp
tmp/
temp/
# Database
*.db
*.sqlite
*.sqlite3
# Test files
tests/
test_*
*_test.py
# Build artifacts
build/
.build/
dist/
*.egg-info/
rust/**/target/
# Docker
Dockerfile*
docker-compose*
.dockerignore
# Other
app.ico
frozen.spec