summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 8761d6dbd1f401f5056ea130f4b3435cf75c1f76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

TODO
geckodriver.log
fixhooks

# config files
*.conf

# python generated files
*.pyc

# setup.py generated files
build/
dist/
*.egg-info/
.eggs/
.cache/

# virtualenv
.venv/