-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
94 lines (87 loc) · 1.06 KB
/
.gitignore
File metadata and controls
94 lines (87 loc) · 1.06 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
_build
.mypy*
.Rhistory
tmp
.build
builds
result*
dist
html
result
.shake
*.log
*/build
*/new-build
*/dist
dist*
.direnv
.ghc.*
rts
hsnrm/a.out
*.pyc
# Based on github/gitignore
# Byte-compiled / optimized / DLL files
pynrm/__pycache__/
pynrm/*.py[cod]
pynrm/*$py.class
# Distribution / packaging
pynrm/Python
pynrm/uild/
pynrm/evelop-eggs/
pynrm/ist/
pynrm/ownloads/
pynrm/ggs/
pynrm/eggs/
pynrm/ib/
pynrm/ib64/
pynrm/arts/
pynrm/dist/
pynrm/ar/
pynrm/heels/
pynrm/.egg-info/
pynrm/installed.cfg
pynrm/.egg
# Unit test / coverage reports
pynrm/htmlcov/
pynrm/.tox/
pynrm/.coverage
pynrm/.coverage.*
pynrm/.cache
pynrm/nosetests.xml
pynrm/coverage.xml
pynrm/*.cover
pynrm/.hypothesis/
# Environments
pynrm/Pipfile
pynrm/Pipfile.lock
pynrm/.env
pynrm/.venv
pynrm/env/
pynrm/venv/
# editor files
*.swp
*.bak
*.aux
*.log
*.nav
*.out
*/*.swp
*/*.bak
*/*.aux
*/*.log
*/*.nav
*/*.out
*/*/*.swp
*/*/*.bak
*/*/*.aux
*/*/*.log
*/*/*.nav
*/*/*.out
# documentation
pynrm/docs/_build
pynrm/docs/manifest.rst
*/.ipynb_checkpoints
.ipynb_checkpoints
**/notebook_cookie_secret
.build*
_output