73 lines
694 B
Plaintext
73 lines
694 B
Plaintext
|
*.log
|
||
|
|
||
|
*.py[codt]
|
||
|
|
||
|
# C extensions
|
||
|
*.so
|
||
|
|
||
|
# Packages
|
||
|
*.egg
|
||
|
*.egg-info
|
||
|
dist
|
||
|
build
|
||
|
eggs
|
||
|
parts
|
||
|
bin
|
||
|
var
|
||
|
sdist
|
||
|
develop-eggs
|
||
|
.installed.cfg
|
||
|
lib
|
||
|
lib64
|
||
|
|
||
|
# Installer logs
|
||
|
pip-log.txt
|
||
|
|
||
|
# Unit test / coverage reports
|
||
|
.coverage
|
||
|
.tox
|
||
|
nosetests.xml
|
||
|
|
||
|
# Translations
|
||
|
*.mo
|
||
|
|
||
|
# Mr Developer
|
||
|
.mr.developer.cfg
|
||
|
.project
|
||
|
.pydevproject
|
||
|
|
||
|
# Complexity
|
||
|
output/*.html
|
||
|
output/*/index.html
|
||
|
|
||
|
# Sphinx
|
||
|
docs/_build
|
||
|
|
||
|
.webassets-cache
|
||
|
|
||
|
# Virtualenvs
|
||
|
env
|
||
|
env*
|
||
|
venv
|
||
|
|
||
|
# intellij
|
||
|
*.ipr
|
||
|
*.iml
|
||
|
*.iws
|
||
|
|
||
|
stagestatus/settings/local.py
|
||
|
stagestatus/settings/production.py
|
||
|
|
||
|
# collect static output directory
|
||
|
stagestatus/assets/
|
||
|
stagestatus/static/
|
||
|
|
||
|
.DS_Store
|
||
|
|
||
|
# node
|
||
|
node_modules/
|
||
|
|
||
|
# bower packages
|
||
|
stagestatus/assets-src/vendor/
|
||
|
.sass-cache/
|