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

# rope
.ropeproject/