1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
# Python
*.py[cod]
# Distribution
dist/
build/
htmlcov/
.eggs/
# Testing
coverage.xml
.coverage
.coverage.*
.idea/
.tox/
junit-docs-ci.xml
junit-py27.xml
junit-py36.xml
junit-py37.xml
.pytest_cache/
*.nbi
*.nbc
pytest.ini
# Sphinx
docs/_build
# Mac
.DS_Store
.vscode
.vscode/settings.json
# pip install -e
pynpoint.egg-info
pynpoint.egg-info/*
# Vim
.tags
# Tutorials
docs/tutorials/PynPoint_config.ini
docs/tutorials/PynPoint_database.hdf5
docs/tutorials/betapic_naco_mp.hdf5
docs/tutorials/hd142527_zimpol_h-alpha.tgz
docs/tutorials/input
docs/tutorials/.ipynb_checkpoints
docs/tutorials/*.fits
docs/tutorials/*.dat
docs/tutorials/*.npy
|