summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 254545fc556db98be9fac19fa4a78dcaa9a34013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
env/
venv/
.venv/
libs/
__pycache__/
*.pyc

.env
config.yaml

# Generated data
output/
interrogation_logs/
judge_logs/
tests/__pycache__/
src/__pycache__/
.aider*