https://github.com/NYUCCL/psiTurk
Raw File
Tip revision: f36d305f2ab18dfc55738709ac5bd590e2dd4842 authored by Dave Eargle on 05 October 2021, 05:40:21 UTC
margin on top of main content
Tip revision: f36d305
.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