aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 47c0575d0958da22e19a7ca016ea9a9bbb6a6eeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
*.DS_Store
*.log
*.pyc
.vimrc
.ropeproject
.settings/
.eggs/
*.orig
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
*.egg
*.egg-info
build
htmlcov
.agignore
.coverage
*.retry
Session*.vim
.tags*
.coverage.*
*~
setuptools*zip
dist/
.testrepository/
cover/
.*.sw?
/docs_build/
/docs_output/
/docs/apidocs/yardstick*.rst
#PyCharm IDE project configuration files
.idea/