# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# My mess
*.xyz
*.traj
!src/timol/test_xyz.xyz
test.py
test_*.py

# Virtual environments
.venv

