Changes to support % of bounces from /
[ckanext-ga-report.git] / .gitignore
1 *.py[co]
David Read 2 *.py~
3 .gitignore
4
5 # Packages
6 *.egg
7 *.egg-info
8 dist
9 build
10 eggs
11 parts
12 bin
13 var
14 sdist
15 develop-eggs
16 .installed.cfg
17
Ross Jones 18 # Private info
19 credentials.json
20 token.dat
21
22 # Installer logs
23 pip-log.txt
24
25 # Unit test / coverage reports
26 .coverage
27 .tox
28
29 #Translations
30 *.mo
31
32 #Mr Developer
33 .mr.developer.cfg
34