__pycache__/
*.py[cod]
*.egg-info/
*.egg
build/
dist/
.eggs/

.venv/
venv/
env/

.pytest_cache/
.ruff_cache/

.ipynb_checkpoints/
.vscode/
.idea/
.DS_Store

# Trajectories are too big for git; keep tests/fixtures/** as the exception.
*.lammpstrj
*.dump
*.xyz
*.dcd
*.trr
*.xtc
*.h5md
*.nc
log.lammps

!tests/fixtures/**/*.lammpstrj
!tests/fixtures/**/*.dump
!tests/fixtures/**/*.xyz
!tests/fixtures/**/*.data
!tests/fixtures/**/log.lammps
