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

.env
config.yaml

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