Implement oauth2 for accessing google analytics
[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 # Installer logs
19 pip-log.txt
20
21 # Unit test / coverage reports
22 .coverage
23 .tox
24
25 #Translations
26 *.mo
27
28 #Mr Developer
29 .mr.developer.cfg
30