.git/ .gitignore .github/ .idea/ .vscode/ .venv/ .env .env.* .run/ .claude/ __pycache__/ *.py[cod] tests/ htmlcov/ .pytest_cache/ .coverage coverage.xml *.db *.sqlite *.sqlite3 *.log logs/ data/ Dockerfile .dockerignore # Cython 编译产物 *.c build/ # 许可证私钥和工具脚本 license_private.pem scripts/