cabot/.gitignore
Mark Unsworth 3270540427 General cleanup (#346)
* updated to latest distribute
* removed django-mptt dependency as it's not used anywhere
* PEP8 cleanup. Removed unused imports, reformatted files
2016-05-14 00:06:40 +01:00

22 lines
225 B
Plaintext

.dotcloud/*
dev.db
venv/*
backups/*
static/CACHE/*
node_modules/*
.python-eggs/*
cabot.egg-info
cabot/static/CACHE
.env
.DS_Store
celerybeat-schedule
*.pyc
*.swp
*.orig
.vagrant
conf/*.env
dist/
local_config.yml
build/
.idea