mirror of
https://github.com/Dvorinka/PlexSync.git
synced 2026-06-04 20:42:58 +00:00
ggg
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# 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/*
|
||||
Reference in New Issue
Block a user