# Testing 
src/testing/

# Generated files
*.nwb
output/

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/extensions.json
.history

### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# setuptools
build/
dist/
*.egg-info

# Jupyter Notebook
.ipynb_checkpoints

# PyCharm
.idea/

# shell scripts (e.g. used with fswatch)
*.sh

# tox
.tox

# vscode
.vscode/

# mypy
.mypy_cache/
