Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 1124ffa

Browse files
committed
Add .gitignore file.
1 parent 05124f3 commit 1124ffa

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.gitignore

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
*.pyc
2+
*.so
3+
*~
4+
.#*
5+
*.swp
6+
.DS_Store
7+
build
8+
lightning/**/*.html
9+
10+
dist/
11+
doc/_build/
12+
doc/auto_examples/
13+
doc/modules/generated/
14+
doc/datasets/generated/
15+
pip-log.txt
16+
lightning.egg-info/
17+
.coverage
18+
coverage
19+
tags
20+
coverages.zip
21+
samples.zip
22+
doc/coverages.zip
23+
doc/samples.zip
24+
coverages
25+
samples
26+
doc/coverages
27+
doc/samples
28+
29+
30+
*.nt.bz2
31+
*.tar.gz
32+
*.tgz
33+
joblib

0 commit comments

Comments
 (0)