-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy path.gitignore
68 lines (61 loc) · 1015 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
# Common Python Files
__pycache__/
.vscode/
build/
checkpoints/
lightning_logs/
dist/
**.ipynb_checkpoints**
**.pytest_cache
*.benchmarks/
*.env
**.pyc
**.mdb
**.pkl
**.np
**.npz
**.swp
**.p
**.png
**.txt
**.npy
**.jpg
**.pt*
**.pth
**.ipynb_checkpoints*
*.benchmarks/
**.pytest_cache
**.zarr
**.yaml
# TorchSig
torchsig.egg-info
!torchsig/datasets/default_consfigs
!torchsig/datasets/default_configs/*
# keep license docs
!**LICENSE.txt
# Docs
docs/_static
docs/src
# Tests
tests/datasets/*
# Examples
examples/*
examples/datasets
!examples/old_examples
!examples/*.ipynb
!examples/*.py
!examples/*.yaml
!examples/diagrams
!examples/diagrams/*
# Tools
# Tools
tools/examples/datasets/*
tools/examples/datasets/yolo_annotation_data/annotated_yolo_sample_images
!tools/examples/datasets
!tools/examples/datasets/yolo_annotation_data
!tools/examples/datasets/yolo_annotation_data/sample_images
!tools/examples/datasets/yolo_annotation_data/sample_images/*
# Pytest Files
**.coverage
**coverage.xml
**report.xml