-
Notifications
You must be signed in to change notification settings - Fork 90
/
.gitignore
81 lines (77 loc) · 942 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
81
# No non-source python resources
*.pyc
*.pyd
*.pyo
*.pyx
# No build artifacts
*.dll
*.lib
.apidocs/
/bin
armi/tests/tutorials/case-suite
bin/*
build
coverage.lcov
coverage.xml
coverage_results.*
dist-*/
dist/
doc/_build
doc/anl-afci-177
doc/gallery
doc/gallery-src/framework/*.yaml
doc/tutorials/anl-afci-177*
doc/tutorials/case-suite
doc/user/tutorials
htmlcov/
monkeytype.*
wheelhouse
# No workspace crumbs
**/.coverage*
**/__pycache__
**/logs/*
*.ascii
*.egg-info/
*.sublime-project
*.sublime-workspace
*.temp
*~
.*.swp
.cache/
.coverage
.DS_Store
.externalToolBuilders/
.hypothesis/
.idea/
.ipynb_checkpoints
.metadata
.mypy_cache/
.project
.pydevproject
.pytest_cache/
.ruff_cache/
.settings
.tox
.vim-bookmarks
.vscode
armi-venv/*
dump-temp-*
dump-tests*
phabricator-lint.txt
pytestdebug.log
reportsOutputFiles/
tags
temp-*
venv*/
# Ignore common data files
*.avi
*.diff
*.h5
*.html
*.mp4
*.ppm
*.txt
# vis files
*.vtd
*.vtu
*.xdmf