# Object files and binaries
*.o
build/nastrn
build/chkfil
build/_f2py_build/

# Python
__pycache__/
*.pyc
*.egg-info/
*.so
.venv/

# NASTRAN scratch/output
test/scratch_*/
test/*.out
test/*.log
test/*.dic
test/*.nptp
test/*.inp
test/fort.*

# build artifacts
python/nastran95/_data/bin/
python/nastran95/_data/rf/
python/nastran95/_fortran/_obj/
python/nastran95/_fortran/_f2py_build/
python/nastran95/_fortran/_nastran_core*.so
python/nastran95/_fortran/libnastran.a
