build/
build*/
debug/
*.swp
*.swo
*~
.DS_Store
*.gguf
*.pt
*.pth
compile_commands.json

.cache
# Reference repositories (for development only, not part of the project)
reference/

# Temporary files and directories
/tmp/
*_test_*/
*_debug*/
*.backup*
__pycache__/
pytorch_dump/
stdout

# Documentation (except README)
*.md
!README.md

# Development directories
testing/

# Local experiments and artifacts (not part of mlipcpp)
local/
petk_codegen/
tinypet/
scripts/repro_ase_optimizer_segfault.py
scripts/stress_ase_optimizer_segfault.py

# WASM build output
wasm/
wasm-cpu/
wasm-gpu/

# Node.js / npm
node_modules/
*.tgz
packages/mlip.js/dist/
packages/mlip.js/src/mlipcpp_wasm.js
packages/mlip.js/src/cpu/
packages/mlip.js/src/gpu/

# Website build output
website/dist/
website/node_modules/
a.out.*
