-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (43 loc) · 979 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
# Ignore generated pyc files
*.pyc
*.png
*.pt
*.gz
*-ubyte
# Folders and files generated by setup.py
build/*
dist/*
*.egg-info/*
src/*.egg-info/*
.ipynb_checkpoints/
.idea/
#sMNIST dataset
example/04_sMNIST_MLP/sMNIST/
example/04_sMNIST_MLP/mnist_data/
example/04_sMNIST_MLP/30ms/mnist_data/
example/04_sMNIST_MLP/30ms/smnist/
#cifar-10 dataset
example/05_CIFAR/cifar_data
#
docs/build/doctrees/
docs/build/latex/
docs_readthedocs/
#
runs/
example/02_NMNIST_MLP/NMNISTsmall/
example/03_NMNIST_CNN/NMNISTsmall/
exampleLoihi/02_NMNIST/NMNISTsmall/
## gitignore versione esoterica
!delays9
delays9/*
!delays9/lib/
delays9/lib/*
!delays9/lib/python3.9/
delays9/lib/python3.9/*
!delays9/lib/python3.9/site-packages/
delays9/lib/python3.9/site-packages/*
!delays9/lib/python3.9/site-packages/slayerSNN-0.0.0-py3.9.egg
delays9/lib/python3.9/site-packages/slayerSNN-0.0.0-py3.9.egg/*
!delays9/lib/python3.9/site-packages/slayerSNN-0.0.0-py3.9.egg/slayerSNN/
.DS_Store
tags