**/__pycache__/
/src/NepTrainKit.egg-info/
/build
/dist
/docs/build
/docs/_build
/docs/source/locale/**/*.mo
/docs/superpowers/
/.tmp/docs-screenshots
.idea/
/src/NepTrainKit/?.py
/src/NepTrainKit/_version.py
/src/NepTrainKit/Log/*.log
.pytest_cache/
.superpowers/
tests/_sandbox_tmp/
tests/_localappdata/
tests/_tmp/
tests/_pytest_cache/
tests/_pytest_tmp/
tests/pytest-cache-files-*/
/.tmp_localappdata/

# Local platform builds and generated diagnostics
**/.DS_Store
/src/NepTrainKit/**/*.so
/diagnostics/
/tmp/

# Outputs generated while exercising bundled test fixtures
/tests/data/**/descriptor.pca2.json
/tests/data/**/descriptor.pca2.npy
/tests/data/**/nep.in
/tests/data/nep/*.out
