# Python cache
__pycache__/
*.py[cod]
*.so

# Build artifacts
build/
dist/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/

# Jupyter
.ipynb_checkpoints/

# macOS
.DS_Store


