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


# Generated data
output/
interrogation_logs/
tests/__pycache__/
src/__pycache__/