https://github.com/NYUCCL/psiTurk
Raw File
Tip revision: f778ebf11d4ea8c6cb83294982605a18e7622b37 authored by Dave Eargle on 28 March 2021, 01:04:52 UTC
try set before app
Tip revision: f778ebf
.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
back to top