Revision 34a52ced93581ef930dee9701cec8378ae9aacfb authored by Dave Eargle on 21 June 2019, 20:04:56 UTC, committed by Dave Eargle on 27 June 2019, 20:32:12 UTC
1 parent e1dfeae
Raw File
.gitignore
# Documents for running the app:
config.txt
participants.db
server.log
psiturk-example
.psiturk_history

*.py[cod]

# C extensions
*.so

# Packages
# Build outputs
build
dist
PsiTurk.egg-info
boto-2.9.5-py2.7.egg

*.py[cod]

# C extensions
*.so

# Packages
*.egg
*.egg-info
*.eggs/
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
!psiturk/example/static/lib/
lib64
__pycache__
.cache

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

/server.log

.DS_Store

doc/_build
back to top