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

.mypy_cache/

# rope
.ropeproject/

# coverage
.coverage