# pip install -e  #
###################
*.egg-info

# Compiled source #
###################
*.pyc
*.py~
*.c
*.so

# Sphinx documentation #
########################
docs/_build


# Logs and databases #
######################
*.log
*.swp
.directory
.DS_store
.cache
.spyderproject
.spyderworkspace
*.bac*
*.in~
.vscode
.idea
.flake8

# Code Coverage      #
######################
*.coverage
test/htmlcov

# Profiling          #
######################
*.stats

# TeX aux files      #
######################
*.aux
*.out

# Testing output     #
######################
# https://stackoverflow.com/questions/4250063/how-to-gitignore-all-files-folder-in-a-folder-but-not-the-folder-itself
# exclude everything
test/output/*
# exception to the rule
test/output/.gitkeep
# Files the test for BrainNet Viewer export writes
test/data/*.edge
test/data/*.node
# Checkpoint data
*.ckp
*.ckp.old
*.dat
*.json
