Files
tw/.gitignore
2026-03-06 12:44:57 +08:00

24 lines
262 B
Plaintext

# Python cache/artifacts
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
# Tool caches
.ruff_cache/
.pytest_cache/
.uv_cache/
.uv-cache/
.uv-cache-test/
# Runtime artifacts
logs/*.log
config/.runtime_metrics.jsonl
# 临时存档
_archive/