-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
62 lines (43 loc) · 886 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
# scratchpad code
/Scratch/*
!/Scratch/.gitignore
!Data/.gitignore
# Large Packages
Code/external_packages/*
external_packages/*
# Local config files
Code/rumpy/SISR/args/local/*
rumpy/SISR/args/local/*
Code/DeepFIR/SISR/args/local/*
# Python package system
*.egg-info/
# Caching
__pycache__/
# Mac filesystem
.DS_Store
# node modules
node_modules
# Pycharm/Webstorm Config Files
.idea
# Jupyter Notebook Checkpoints
.ipynb_checkpoints
Code/rumpy/MISR/rough_ignore/
Code/rumpy/MISR/results/web_debug/
rumpy/MISR/rough_ignore/
rumpy/MISR/results/web_debug/
.pytest_cache
# Files needed for or generated by Electron
*x64
# JM folder for compression
JM/*
# Spyder Files
.spyproject
# Old location of VSR folder
Code/VSR/
# VS Code files
.vscode/
# Temporarily ignore DECA files
Code/rumpy/sr_tools/3d_faces/
rumpy/sr_tools/3d_faces/
# ignore all results folders
Results/