mirror of
https://github.com/Dvorinka/PlexSync.git
synced 2026-06-03 20:12:57 +00:00
27 lines
269 B
Plaintext
27 lines
269 B
Plaintext
# Ignore VCS and local environments
|
|
.git
|
|
.venv
|
|
venv
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# IDE/editor
|
|
.vscode
|
|
.idea
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build artifacts
|
|
build
|
|
/dist
|
|
|
|
# Local scripts
|
|
start.bat
|
|
|
|
# Uploaded files (will be mounted as a volume at runtime)
|
|
uploads/*
|