summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCaptainJack2491 <jayrupnakawala@gmail.com>2026-02-26 15:29:02 +0000
committerCaptainJack2491 <jayrupnakawala@gmail.com>2026-02-26 15:29:02 +0000
commita6b38c54ee72cbae1d696b02f32ad487391a5dfe (patch)
tree3aa2001f4fc394272310c998b0c6f2ed479a4081 /.gitignore
parent375eddf1bd4e23db80feb74c6272dad610345795 (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--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 480213f..254545f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,9 +6,12 @@ __pycache__/
*.pyc
.env
+config.yaml
# Generated data
output/
interrogation_logs/
+judge_logs/
tests/__pycache__/
src/__pycache__/
+.aider*