experimenter/.gitignore

79 строки
931 B
Plaintext
Исходник Обычный вид История

2017-05-06 00:06:49 +03:00
.bash_history
2017-04-11 22:45:02 +03:00
.DS_store
2016-10-20 21:42:32 +03:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/
# Translations
*.mo
*.pot
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
# PyBuilder
target/
2016-11-09 23:06:28 +03:00
#Ipython Notebook
2016-10-20 21:42:32 +03:00
.ipynb_checkpoints
2017-05-04 23:32:01 +03:00
.ipython
2016-10-20 21:42:32 +03:00
2016-11-09 23:06:28 +03:00
# Environment file
2016-10-20 21:42:32 +03:00
.env
2016-11-09 23:06:28 +03:00
version.json
2017-05-16 23:08:58 +03:00
.psql_history
# Hosted assets
app/experimenter/media/
app/experimenter/served/
# Key files
*.pem