Unverified Commit 5d8957f4 authored by Akke Viitanen's avatar Akke Viitanen
Browse files

update gitignore

parent 1ee099c9
Loading
Loading
Loading
Loading
+28 −5
Original line number Diff line number Diff line
# images
*.png
*.pdf

# python
.ipynb_checkpoints
._*
*.pye
*.pyc
*.egg-info


# large data files
data
data/xlf/bongiorno2016
data/catalog
data/egg/share/filter-db/inaf/throughputs
data/baseline_*.*

# opt software
opt/egg
opt/imsim
opt/lsst_stack
opt/vif
opt/AGILE_Mstar_Mbh
opt/AGN_lightcurves_simulations
opt/CEP_lsst_quasar_project
opt/GrowBHs
opt/mock_catalog_SED
opt/quasarlf
opt/ivano_feature_extraction

src/python/plot_example_lightcurve

data/baseline_*.*

# vim
*~
.*.swo
.*.swn

*.egg-info
# lincc files
example_*

# build files
_readthedocs
_build

# backup
*.bak*

# demo... might add back in later
demo

throughputs @ 22732801

Original line number Diff line number Diff line
Subproject commit 22732801ff32be387de00b5888ccd3e0c787f422

demo/agile_compare_dp1.ipynb

deleted100644 → 0
+0 −1127

File deleted.

Preview size limit exceeded, changes collapsed.

demo/agile_lightcurve.ipynb

deleted100644 → 0
+0 −486

File deleted.

Preview size limit exceeded, changes collapsed.

AGILE_Mstar_Mbh @ 368c4837

Original line number Diff line number Diff line
Subproject commit 368c48377e15b858d6885f086ad1a1e0ac6432c3
Loading