# Package builds
build/
dist/
.eggs/
*.egg-info/
mcdc/_version.py

# Material and cross-section libraries
mcdc_xs/
MCDC-Xsec/

# Python caches and environments
__pycache__/
*.pyc
*.nbc
*.nbi
.pytest_cache/
pytestdebug.log
.coverage*
htmlcov/
.mypy_cache/
.ruff_cache/
.venv/
venv/
env/

# GPU caches
__ptxcache__/
__harmonize_cache__/

# Editors
.spyproject
*.swp
.vscode/
.idea/

# Generated simulation output
*output.h5
output*.h5
*.png
*.gif
*.mp4

# Keep documentation images under version control
!docs/source/images/**/*.png
!docs/source/images/**/*.gif

# Cluster and profiling output
*.out
*.pbs
*.log
*.prof

# Documentation builds
docs/build/
docs/source/reference/python_api/generated/

# Regression-test output
dummy_nuclide.h5
source_particles.h5

# Container artifacts
*.sif
*_sandbox
*.tar

# Temporary and operating-system files
tmp
tmp.py
tmp_*
*_tmp.py
*.core
.DS_Store
