# not to be published
publish_to_pypi.sh


# test files
#masci_tools/tests
*.npy

#editors etc
.pytest_cache
.vscode
*.sublime-project
*.sublime-workspace

# vim
*.swp


# Created by https://www.gitignore.io/api/python,linux,macos

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

# C extensions
*.so

# Distribution / packaging
poetry.lock
pip-wheel-metadata
.Python
env/
venv*
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/
masci_tools/tests/{config.cfg,input*}
tests/mpl-results
mpl-results/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

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

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# dotenv
.env

# virtualenv
.venv/
venv/
ENV/

# Spyder project settings
.spyderproject

# Rope project settings
.ropeproject


### Linux ###
*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*


### macOS ###
*.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# End of https://www.gitignore.io/api/python,linux,macos


# # #  20181121 added by JW for branch studentproject18ws:
# # data folder (input and output files, e.g. hdf, csv, plots, ...):
data/
# # HDF5 and DOS input files
# # (temporarily commented out for testing
# # web dashboard on mybinder.org):
# *.hdf
# *.DOS\d
# # images, plots: do not exclude for now due to
# # studentproject18ws report and presentation:
# .png
# .jpg
# .pdf
# .gif
# # LaTeX compilation files:
*.aux
*.bbl
*.bcf
*.blg
*.lof
*.log
*.out
*.run.xml
*.toc
*.synctex.gz
*.fdb_latexmk
# # LaTeX Beamer
*.snm
*.vrb
*.nav
# # Emacs Files
*.el
# # Jetbrains PyCharm Project folder:
.idea/
