-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
84 lines (64 loc) · 879 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# python binaries
*.pyc
bin/
/*/bin
.cache/
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# vim swap files
*.swp
# backup file
*~
# IDEA:
.idea/*
**.iml
**.iml
# setup and build
**/build/
**/dist/
**/pyincore-viz.egg-info/
# VSCODE
.vscode
# EGG info
pyincore_viz.egg-info
# IDEA - generated artifacts
**/out/
# Apple metadata
**/.DS_Store
# incore pw file
tests/.incorepw
# incore download data or test data
tests/data/
tests/pyincore_viz/data/
cache_data/
original/
# pytest cache
.pytest_cache
# jupyter notebook checkpoints folder
.ipynb_checkpoints
# jupyter notebook
.user
# possible output file
*.csv
*.jpg
*.jpeg
*.png
*.gif
*.dbf
*.fix
*.prj
*.qix
*.shp
*.shx
# notebook file
*.ipynb
# related to test file
*test.py
*test.ipynb
# token
*.incrtoken
*.incorepw
# examples
*examples
# json
#*.json