forked from terrapower/armi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
80 lines (75 loc) · 887 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# No non-source python resources.
*.pyc
*.pyo
*.pyd
*.pyx
# No build artifacts
build
wheelhouse
*.lib
*.dll
bin/*
/bin
dist/
dist-*/
*.png
doc/_build
doc/user/tutorials
doc/tutorials/anl-afci-177*
doc/tutorials/case-suite
armi/tests/tutorials/case-suite
.apidocs/
doc/gallery
doc/gallery-src/framework/*.yaml
.coverage
coverage.xml
coverage.lcov
coverage_results.*
htmlcov/
monkeytype.*
# No workspace crumbs.
*~
.*.swp
.settings
.vscode
.project
.metadata
.idea/
.pydevproject
*.sublime-project
*.sublime-workspace
*.egg-info/
phabricator-lint.txt
temp-*
tags
*.temp
.externalToolBuilders/
.cache/
.pytest_cache/
pytestdebug.log
dump-temp-*
dump-tests*
.vim-bookmarks
armi-venv/*
venv*/
.mypy_cache/
**/__pycache__
**/.coverage*
**/logs/*
*.ascii
*.png
# Misc. exclusions
*.html
*.diff
*.avi
*.ppm
*.mp4
*.h5
*.txt
# vis files
*.vtu
*.vtd
*.xdmf
# fixtures
.ipynb_checkpoints
.tox