.gitignore 124 B

1234567
  1. # Ignore compiled Python files
  2. curvature_assembly/__pycache__/
  3. curvature_assembly.egg-info/
  4. jax-md/
  5. *.pyc
  6. *.pyo
  7. config.json