We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29615c6 commit 254fa43Copy full SHA for 254fa43
.gitignore
@@ -0,0 +1,39 @@
1
+*.pyc
2
+MANIFEST
3
+build/*
4
+dist/*
5
+*.cache/
6
+.coverage
7
+.coveragerc
8
+htmlcov/*
9
+*.aux
10
+*.bbl
11
+*.blg
12
+*.fdb_latexmk
13
+*.idx
14
+*.ilg
15
+*.ind
16
+*.lof
17
+*.log
18
+*.lot
19
+*.out
20
+*.pdfsync
21
+*.synctex.gz
22
+*.toc
23
+*.swp
24
+*.asv
25
+*.nav
26
+*.snm
27
+*.gz
28
+*.bib.bak
29
+*.fls
30
+*.m~
31
+*.sublime*
32
+*.DS_Store*
33
+*puf.csv
34
+*/OUTPUT/*
35
+envs/
36
+*.egg-info/
37
+*.ipynb_checkpoints*
38
+*/__pycache__/*
39
+*~$*
0 commit comments