https://github.com/dylanhmorris/asynchrony-influenza
Raw File
Tip revision: 5a9796fa3ab7b8a86aeccd7c9353542f9409e215 authored by Dylan Morris on 20 November 2020, 17:36:55 UTC
Published version
Tip revision: 5a9796f
.gitignore
# python
*.pyc

# R files
.RData

# emacs
#*
*~
*#
.#*

# macOS
.DS_Store

# data files
*.Rhistory
*.db

# output/executable files
*.out
*.exe
*.o
*.ipynb


# build and run directories
obj
bin
test
ms_build
out

# misc untracked dirs
lit
cons
doc
lib

# pyvenv config
pyvenv.cfg
back to top