summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 801ceeebd10eef561093114027b7ace466e97452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
__pycache__/
*.py[cod]
.pytest_cache/
.venv/
build/
dist/
*.egg-info/
.env
.env.*
!.env.example
env
runs/
surface-runs/
kernel-runs/
release/
notebook_runs/