2015-06-26 07:59:53 +00:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
env/
|
|
|
|
bin/
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
eggs/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
|
|
htmlcov/
|
|
|
|
.tox/
|
|
|
|
.coverage
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
|
|
.mr.developer.cfg
|
|
|
|
.project
|
|
|
|
.pydevproject
|
|
|
|
# Rope
|
|
|
|
.ropeproject
|
|
|
|
.idea/
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
*.pot
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
# Back up file
|
|
|
|
*~
|
|
|
|
#db file
|
|
|
|
db.db
|
|
|
|
#vim cache
|
|
|
|
*swp
|
|
|
|
*swo
|
|
|
|
#redis dump
|
|
|
|
*.rdb
|
|
|
|
#*.out
|
2015-12-12 07:41:57 +00:00
|
|
|
*.sqlite3
|
2015-06-26 07:59:53 +00:00
|
|
|
.DS_Store
|
2015-08-01 15:16:48 +00:00
|
|
|
log/
|
2015-08-25 08:11:04 +00:00
|
|
|
static/release/css
|
|
|
|
static/release/js
|
|
|
|
static/release/img
|
2015-09-11 12:41:08 +00:00
|
|
|
static/src/upload_image/*
|
2015-08-25 08:11:04 +00:00
|
|
|
build.txt
|
2015-08-10 05:54:19 +00:00
|
|
|
tmp/
|
2015-09-13 03:47:12 +00:00
|
|
|
test_case/
|
2015-09-14 10:20:36 +00:00
|
|
|
release/
|
2016-01-28 12:36:24 +00:00
|
|
|
upload/
|
2016-02-20 06:38:26 +00:00
|
|
|
custom_settings.py
|
2016-04-06 08:18:31 +00:00
|
|
|
docker-compose.yml
|
|
|
|
*.zip
|
2016-07-31 07:55:31 +00:00
|
|
|
rsyncd.passwd
|
|
|
|
|
2017-01-24 08:33:06 +00:00
|
|
|
node_modules/
|
|
|
|
update.sh
|
|
|
|
ssh.sh
|