diff options
| author | CaptainJack2491 <jayrupnakawala@gmail.com> | 2026-02-26 15:29:02 +0000 |
|---|---|---|
| committer | CaptainJack2491 <jayrupnakawala@gmail.com> | 2026-02-26 15:29:02 +0000 |
| commit | a6b38c54ee72cbae1d696b02f32ad487391a5dfe (patch) | |
| tree | 3aa2001f4fc394272310c998b0c6f2ed479a4081 /.gitignore | |
| parent | 375eddf1bd4e23db80feb74c6272dad610345795 (diff) | |
chore: add .env.example + config.yaml.example, gitignore config.yaml
- Create .env.example with placeholder keys for all providers
- Create config.yaml.example with clean reference config
- Add config.yaml and judge_logs/ to .gitignore
- Load .env in judge.py for standalone usage
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,9 +6,12 @@ __pycache__/ *.pyc .env +config.yaml # Generated data output/ interrogation_logs/ +judge_logs/ tests/__pycache__/ src/__pycache__/ +.aider* |
