Files
tianxuan/.gitignore
T
TianXuan Developer e0a7400bd7 feat: 高精度离线GeoIP — MMDB支持 + 中文路径修复 + 分块自解压
- geoip.py: 修复中文路径 str()→Path 编码问题 (maxminddb Latin-1 bug)
- geoip.py: 启动自动重组geoip_chunks分块 + gunzip解压
- scripts/setup_geoip.py: 手动重组/解压脚本
- .gitignore: 忽略解压后的 .mmdb 文件

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-23 23:42:38 +08:00

49 lines
576 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache/
# Python runtime (portable)
runtime/
# Virtual environments
.venv
# Database
*.sqlite3
*.sqlite3-wal
*.sqlite3-shm
# GeoIP MMDB (decompressed — .gz versions are tracked)
*.mmdb
# Logs
logs/
*.log
# System
Thumbs.db
.DS_Store
# IDE
.vscode/
.idea/
# OpenCode state
.omo/
# Update cache (auto-generated by build_update.py)
.update_cache/
RUNTIME_CHANGED.txt
# Test data (auto-generated CSV files)
data/*.csv
data/multi_upload/
node_modules/
package-lock.json
package.json