Add gitignore and remove generated files

This commit is contained in:
2026-04-23 12:13:28 +09:00
parent c0dab0caa6
commit f6ca3c35a5
2 changed files with 17 additions and 11 deletions
+17
View File
@@ -0,0 +1,17 @@
.git/
__pycache__/
*.py[cod]
.venv/
venv/
*.log
*.tmp
*.pid
*.db
*.sqlite
*.sqlite3
*.db-journal
*.db-shm
*.db-wal
info.json
lib/__pycache__/
bin/**/__pycache__/
-11
View File
@@ -1,11 +0,0 @@
{
"version": "0.3.2.0",
"name": "linkkf",
"category_name": "vod",
"icon": "",
"developer": "projectdx && persuade",
"description": "linkkf 사이트에서 애니 다운로드",
"home": "https://linkkf.tv",
"more": "",
"category": "vod"
}