ZaStoGram/.gitignore
loop-uh 57d9a51712 Plugins: queue file commit; Python BOM & settings
Move plugin file commit into the PluginsController queue to enforce FIFO ordering with pending deletes/unloads, catch/log errors, and ensure temp files are cleaned up. Update Python plugin loader to open sources with utf-8-sig (strip BOM) and materialize create_settings() into a list to avoid generator reuse. Add __pycache__ to .gitignore. Change proguard rules to use -keep for org.telegram.** (prevent R8 from removing members plugins reference reflectively) and clarify rationale in comments.
2026-06-28 15:16:25 +03:00

26 lines
411 B
Text

.idea/
.gradle/
build/
obj/
*.iml
local.properties
TMessagesProj/.cxx/
TMessagesProj/jniLibs/
TMessagesProj/jniRes/
**/.DS_Store
TMessagesProj/afat/
TMessagesProj_App/afat/
TMessagesProj_AppHockeyApp/afat/
TMessagesProj_AppStandalone/afat/
TMessagesProj_AppHuawei/afat/
/mtproxy-logs-live
/mtproxy-logs
/Tools/__pycache__
/logs
AGENTS.md
/docs
/docs
/docs
/docs
/docs
/TMessagesProj/src/main/python/__pycache__