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

# Python cache
__pycache__/
*.pyc
*.pyo

# Virtual environments
env/
*.egg
.venv/

# macOS
.DS_Store
