forked from pykale/pykale
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (50 loc) · 784 Bytes
/
Copy path.gitignore
File metadata and controls
62 lines (50 loc) · 784 Bytes
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
# Python runtime artefacts
*/**/__pycache__
*/__pycache__
# Python virtual environments
.venv/
venv/
# Large data, model checkpoints, and binary artefacts
*.dcm
*.pt
*.pth
*.zip
*.ckpt
*.json
# Distribution / packaging
build/
dist/
*.egg-info/
# Pycharm
.idea
# vscode
.vscode
# Data and outputs
examples/data/
examples/*/data/
examples/*/outputs/
examples/*/lightning_logs/
examples/*/tb_logs/
examples/*/logs/
examples/*/demo*/
examples/*/configs_experiment/
# Logs
log-*.txt
*gitdiff.patch
# Sphinx documentation
docs/build/
docs/source/backup
# Testing
.coverage
cov*.xml
tests/test_data
tests/*/tests
# Lightning
lightning_logs
tb_logs/*
outputs/*
# Jupyter Notebook Checkpoints
*-checkpoint.ipynb
# Examples
# cmri_mpca - the saved images
examples/cmri_mpca/outputs