# This file is autogenerated, please update it by editing resources/experiment_scripts/.gitignore

# Standard places to put a virtual environment
env/
.venv/

# Automatically generated deployment resources, e.g. database templates
.deploy/

# Automatically generated server log file
server.log

# Automatically generated resources for running experiments with assets
static/assets

# Experiment source code snapshot created in `Experiment.pre_deploy`
source_code.zip

# PyCharm configuration file
.idea

# Python cache files
__pycache__

# MacOS Finder config files
*.DS_Store

#### The following files are no longer used in PsyNet but they used to be present in old respositories,
#### so we've kept them in the .gitignore template for now so that people don't accidentally commit them.

develop/
deploy/
deploy_logs/
