summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: b21ec655646e3cf904fb6e96e69669a7dfce39df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*~
*.pyc
.*.sw?
**.log
*.pyc
/*.egg-info/
.eggs/
/build/
/docs_output/
/releng/
/tests/*.img

#IntelJ Idea
.idea/

#Build results
.tox
docs/_build/*