https://github.com/NYUCCL/psiTurk
Revision 78c50e4d69c5a6cf0b50d05644810b94c9b002dd authored by Dave Eargle on 20 May 2021, 04:25:51 UTC, committed by Dave Eargle on 20 May 2021, 04:25:51 UTC
1 parent a5d29cd
Raw File
Tip revision: 78c50e4d69c5a6cf0b50d05644810b94c9b002dd authored by Dave Eargle on 20 May 2021, 04:25:51 UTC
update sample config
Tip revision: 78c50e4
.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

tests/shell_transcripts/*

# Set the shell_help .txt files to be admissible, regardless of their name
!/psiturk/shell_help/*.txt
.python-version

_site

.venv
back to top