chore: 清理敏感文件和误提交,更新 .gitignore

This commit is contained in:
li 2026-02-25 01:35:54 +08:00
parent 514c113075
commit d89fa56f97
4 changed files with 6 additions and 30 deletions

BIN
.DS_Store vendored

Binary file not shown.

6
.gitignore vendored
View File

@ -17,3 +17,9 @@ venv/
# 环境变量
.env
.ace-tool/
# Session 文件(含登录凭证)
*.session
# macOS
.DS_Store

30
=1.36
View File

@ -1,30 +0,0 @@
Collecting telethon
Downloading telethon-1.42.0-py3-none-any.whl.metadata (3.9 kB)
Collecting pyaes (from telethon)
Downloading pyaes-1.6.1.tar.gz (28 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting rsa (from telethon)
Downloading rsa-4.9.1-py3-none-any.whl.metadata (5.6 kB)
Collecting pyasn1>=0.1.3 (from rsa->telethon)
Downloading pyasn1-0.6.2-py3-none-any.whl.metadata (8.4 kB)
Downloading telethon-1.42.0-py3-none-any.whl (748 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 748.5/748.5 kB 1.9 MB/s 0:00:00
Downloading rsa-4.9.1-py3-none-any.whl (34 kB)
Downloading pyasn1-0.6.2-py3-none-any.whl (83 kB)
Building wheels for collected packages: pyaes
Building wheel for pyaes (pyproject.toml): started
Building wheel for pyaes (pyproject.toml): finished with status 'done'
Created wheel for pyaes: filename=pyaes-1.6.1-py3-none-any.whl size=26420 sha256=254c63819beb7298b5c63d07d0e79cf881a28c207ae5973657803ae3a640eb64
Stored in directory: /Users/li/Library/Caches/pip/wheels/d1/14/ec/f27d9124264441d195bbf80a3e627664f4e61220935cc39343
Successfully built pyaes
Installing collected packages: pyaes, pyasn1, rsa, telethon
Successfully installed pyaes-1.6.1 pyasn1-0.6.2 rsa-4.9.1 telethon-1.42.0
[notice] A new release of pip is available: 25.3 -> 26.0.1
[notice] To update, run: pip install --upgrade pip

Binary file not shown.