232 строки
4.2 KiB
Plaintext
232 строки
4.2 KiB
Plaintext
# Created by .ignore support plugin (hsz.mobi)
|
|
### VirtualEnv template
|
|
# Virtualenv
|
|
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
|
|
.Python
|
|
[Bb]in
|
|
[Ii]nclude
|
|
[Ll]ib
|
|
[Ll]ib64
|
|
[Ll]ocal
|
|
[Ss]cripts
|
|
pyvenv.cfg
|
|
.venv
|
|
pip-selfcheck.json
|
|
### Ansible template
|
|
*.retry
|
|
### Windows template
|
|
# Windows thumbnail cache files
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
ehthumbs_vista.db
|
|
# Dump file
|
|
*.stackdump
|
|
# Folder config file
|
|
[Dd]esktop.ini
|
|
# Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
# Windows Installer files
|
|
*.cab
|
|
*.msi
|
|
*.msix
|
|
*.msm
|
|
*.msp
|
|
# Windows shortcuts
|
|
*.lnk
|
|
### Python template
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
# C extensions
|
|
*.so
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
# 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/
|
|
.pytest_cache/
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
# Django stuff:
|
|
*.log
|
|
local_settings.py
|
|
db.sqlite3
|
|
# Flask stuff:
|
|
instance/
|
|
.webassets-cache
|
|
# Scrapy stuff:
|
|
.scrapy
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
# PyBuilder
|
|
target/
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
# pyenv
|
|
.python-version
|
|
# celery beat schedule file
|
|
celerybeat-schedule
|
|
# SageMath parsed files
|
|
*.sage.py
|
|
# Environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
# Spyder project settings
|
|
.spyderproject
|
|
.spyproject
|
|
# Rope project settings
|
|
.ropeproject
|
|
# mkdocs documentation
|
|
/site
|
|
# mypy
|
|
.mypy_cache/
|
|
### VisualStudioCode template
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
### Vagrant template
|
|
# General
|
|
.vagrant/
|
|
# Log files (if you are creating logs in debug mode, uncomment this)
|
|
# *.logs
|
|
### JetBrains template
|
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
|
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
|
# User-specific stuff
|
|
.idea/**/workspace.xml
|
|
.idea/**/tasks.xml
|
|
.idea/**/dictionaries
|
|
.idea/**/shelf
|
|
# Sensitive or high-churn files
|
|
.idea/**/dataSources/
|
|
.idea/**/dataSources.ids
|
|
.idea/**/dataSources.local.xml
|
|
.idea/**/sqlDataSources.xml
|
|
.idea/**/dynamic.xml
|
|
.idea/**/uiDesigner.xml
|
|
.idea/**/dbnavigator.xml
|
|
.idea/**/modules.xml
|
|
.idea/**/misc.xml
|
|
.idea/**/vcs.xml
|
|
.idea/*.iml
|
|
# Let's allow shared run configurations
|
|
!**/.idea/**/runConfigurations/
|
|
# Gradle
|
|
.idea/**/gradle.xml
|
|
.idea/**/libraries
|
|
# CMake
|
|
cmake-build-debug/
|
|
cmake-build-release/
|
|
# Mongo Explorer plugin
|
|
.idea/**/mongoSettings.xml
|
|
# File-based project format
|
|
*.iws
|
|
# IntelliJ
|
|
out/
|
|
# mpeltonen/sbt-idea plugin
|
|
.idea_modules/
|
|
# JIRA plugin
|
|
atlassian-ide-plugin.xml
|
|
# Cursive Clojure plugin
|
|
.idea/replstate.xml
|
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
|
com_crashlytics_export_strings.xml
|
|
crashlytics.properties
|
|
crashlytics-build.properties
|
|
fabric.properties
|
|
# Editor-based Rest Client
|
|
.idea/httpRequests
|
|
### R template
|
|
# History files
|
|
.Rhistory
|
|
.Rapp.history
|
|
# Session Data files
|
|
.RData
|
|
# Example code in package build process
|
|
*-Ex.R
|
|
# Output files from R CMD build
|
|
/*.tar.gz
|
|
# Output files from R CMD check
|
|
/*.Rcheck/
|
|
# RStudio files
|
|
.Rproj.user/
|
|
.Ruserdata
|
|
# produced vignettes
|
|
vignettes/*.html
|
|
vignettes/*.pdf
|
|
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
|
|
.httr-oauth
|
|
# knitr and R markdown default cache directories
|
|
/*_cache/
|
|
/cache/
|
|
# Temporary files created by R markdown
|
|
*.utf8.md
|
|
*.knit.md
|
|
# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
|
|
rsconnect/
|
|
*/.idea/*
|
|
api_service/docs_src/seattle_flu*rst
|
|
data/*
|
|
.pg_service.conf
|
|
.pgpass
|
|
#Models database and local folder
|
|
model_data/*
|
|
models.db
|
|
modelDB.tsv
|
|
# Package archives
|
|
dbViewR_*.tar.gz
|
|
modelServR_*.tar.gz
|
|
incidenceMapR_*.tar.gz
|
|
# Test directories
|
|
test_model_store/*
|
|
plots/*
|
|
test_jobs/*
|
|
plots/*
|
|
july_22_plots/*
|
|
may_22_plots/*
|
|
roytest/*
|
|
.modelStoreToken
|
|
.Rproj.user
|
|
SFS-08052019-1649-distinct_from_shipping.incidence_model_observation_v1_join_shipping.presence_absence_result_v1.csv
|
|
model_diagnostic_plots
|