2014-11-25 13:13:17 +00:00
|
|
|
# Spirit
|
2017-09-21 16:47:10 +00:00
|
|
|
/spirit/search/whoosh_index/
|
|
|
|
/db.sqlite3
|
|
|
|
/example/media/
|
|
|
|
/example/static/
|
|
|
|
/manage.py
|
|
|
|
/project
|
2014-11-25 13:13:17 +00:00
|
|
|
|
2015-09-06 06:27:02 +00:00
|
|
|
# Node
|
|
|
|
node_modules
|
|
|
|
|
2015-09-06 06:37:08 +00:00
|
|
|
# SASS
|
|
|
|
.sass-cache
|
|
|
|
|
2014-05-09 23:04:37 +00:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
env/
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
eggs/
|
|
|
|
lib/
|
|
|
|
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
|
|
|
|
|
2014-11-25 13:13:17 +00:00
|
|
|
# Mr Developer / eclipse pydev
|
2014-05-09 23:04:37 +00:00
|
|
|
.mr.developer.cfg
|
|
|
|
.project
|
|
|
|
.pydevproject
|
2014-11-25 13:13:17 +00:00
|
|
|
.settings
|
2014-05-09 23:04:37 +00:00
|
|
|
|
|
|
|
# Rope
|
|
|
|
.ropeproject
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
# Pycharm
|
|
|
|
.idea
|
|
|
|
|
|
|
|
# Vim
|
|
|
|
*~
|
|
|
|
*.swp
|
2014-11-25 13:13:17 +00:00
|
|
|
*.swo
|
2015-07-31 05:03:31 +00:00
|
|
|
|
|
|
|
# Tx
|
2015-09-06 06:27:02 +00:00
|
|
|
.transifexrc
|