File: .gitignore

package info (click to toggle)
python-e3nn 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,700 kB
  • sloc: python: 13,368; makefile: 23
file content (20 lines) | stat: -rw-r--r-- 217 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
notebook
.vscode
.coverage
.pytest_cache
*.egg-info
__pycache__
QM9
wandb
*.pk
*json
_build
build
dist
*.ipynb
.ipynb_checkpoints
*.so
examples/s2cnn/mnist/MNIST_data/MNIST/raw
examples/s2cnn/mnist/s2_mnist.gz

.idea