summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: b19b099d5cf5d12b1f0e8c59a5b01e073061ff90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*.pyc
*.swp
*.swo
.DS_Store
local_settings.py
archweb.db
archweb.db-*
newrelic.key
tags
collected_static/
testing/
env/

# rope
.ropeproject/

# coverage
.coverage