# Ignore build artifacts
build/
dist/
*.egg-info/

# Ignore Python cache files
__pycache__/
*.py[cod]

# Ignore virtual environments
.env/
.venv/

# Ignore Jupyter notebooks checkpoints
.ipynb_checkpoints/

#Ignore macOS system files
.DS_Store