13 lines
175 B
Plaintext
13 lines
175 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
.env
|
|
.env.*
|
|
*.log
|
|
logs/
|
|
eval_harness/reports/*
|
|
!eval_harness/reports/.gitkeep
|
|
|
|
# config 는 config.local.toml 하나만 사용
|
|
config/*.toml
|