https://github.com/NYUCCL/psiTurk
Raw File
Tip revision: 231d566ea3a76534a507dd68840524952c10d5d9 authored by Dave Eargle on 14 May 2021, 21:53:55 UTC
bump to 3.2.0
Tip revision: 231d566
.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