mirror of
https://github.com/status-im/cabot.git
synced 2025-02-23 09:58:06 +00:00
* updated to latest distribute * removed django-mptt dependency as it's not used anywhere * PEP8 cleanup. Removed unused imports, reformatted files
22 lines
225 B
Plaintext
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 |