mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Add Python distribution-related directories to .gitignore
This commit is contained in:
parent
5d954a3c26
commit
f8dffcf9b8
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -8,6 +8,10 @@
|
|||
# Compiler python objects
|
||||
*.pyc
|
||||
|
||||
# Python distribution
|
||||
dist/
|
||||
openmc.egg-info/
|
||||
|
||||
# Inputs generated from Python API
|
||||
examples/python/**/*.xml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue