-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
66 lines (57 loc) · 839 Bytes
/
.gitignore
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.DS_Store
*.iml
.ropeproject
.cache
.coverage
coverage.xml
*.pyc
*.swp
*.tmp
.tags
.tags_swap
.tags?
.idea
.pytest_cache
__pycache__/
*.py[cod]
*$py.class
coverage.xml
.*_cache/
*.so
# Distribution / packaging
.Python
env/
venv/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
artistools/data/spectra/*
artistools/data/vspecpol_Fink2010_model3/*
__artistoolscache__*
artistools/data/code_comparison_files/*
artistools/.ipynb_checkpoints/*
artistools/data/hesma/*
artistools/data/lightcurves/2005hk*
artistools/data/lightcurves/ZTF18abc*
artistools/data/refspectra/2012Z_*
artistools/data/refspectra/N1*
artistools/data/refspectra/ZTF18abc*
artistools/data/lightcurves/SNsample/*.txt
*.pdf
plottingscripts/*
plottingscripts/
_version.py
.dmypy.json
target