# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
.pytest_cache/
.coverage

# 运行时数据 / 本机联调配置
.remote.json
*.sqlite3
*.sqlite3-wal
*.sqlite3-shm
heartbeat.json
secret.key

# IDE / OS
.idea/
.vscode/
.DS_Store
Thumbs.db

# 本地开发数据目录
.pulse-dev/
