forked from obspy/obspy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
50 lines (50 loc) · 812 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
*~
\#*
.#*
*.egg-info/
*.exp
*.lib
*.obj
*.pyc
*.pyd.manifest
*.pyo
.cache
.coverage
.DS_Store
.idea
.project
.pydevproject
.pytest_cache
.report.json
/.settings
RELEASE-VERSION
build/
coverage.xml
dist/
distribute-*.egg
distribute-*.tar.gz
misc/docs/source/packages/autogen/
misc/docs/source/credits.rst
misc/docs/source/citations.rst
misc/docs/node_modules/
misc/docs/package-lock.json
misc/docs/build/
misc/docker/logs/
obspy/lib/*.pyd
obspy/lib/*.so
obspy_report.html
obspy_test_images
/obspy.pstats
__pycache__
debian
obspy/core/tests/images/testrun/
obspy/station/tests/images/testrun/
obspy/imaging/tests/images/testrun/
obspy/taup/tests/images/testrun/
misc/docker_tests/temp/
# Temporary dir for the anaconda builds.
misc/installer/anaconda/conda_builds
.vscode/**
venv
weather.mseed
/misc/docs/.build/