diff --git a/Machines/__init__.py b/machines/__init__.py similarity index 100% rename from Machines/__init__.py rename to machines/__init__.py diff --git a/Machines/soleil.py b/machines/soleil.py similarity index 100% rename from Machines/soleil.py rename to machines/soleil.py diff --git a/Tracking/__init__.py b/tracking/__init__.py similarity index 100% rename from Tracking/__init__.py rename to tracking/__init__.py diff --git a/Tracking/aperture.py b/tracking/aperture.py similarity index 100% rename from Tracking/aperture.py rename to tracking/aperture.py diff --git a/Tracking/element.py b/tracking/element.py similarity index 100% rename from Tracking/element.py rename to tracking/element.py diff --git a/Tracking/optics.py b/tracking/optics.py similarity index 100% rename from Tracking/optics.py rename to tracking/optics.py diff --git a/Tracking/parallel.py b/tracking/parallel.py similarity index 100% rename from Tracking/parallel.py rename to tracking/parallel.py diff --git a/Tracking/particles.py b/tracking/particles.py similarity index 100% rename from Tracking/particles.py rename to tracking/particles.py diff --git a/Tracking/rf.py b/tracking/rf.py similarity index 100% rename from Tracking/rf.py rename to tracking/rf.py diff --git a/Tracking/synchrotron.py b/tracking/synchrotron.py similarity index 100% rename from Tracking/synchrotron.py rename to tracking/synchrotron.py