21 lines
240 B
Plaintext
21 lines
240 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
|
|
|