# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# Build artifacts (wheels/sdists are published to PyPI, not committed)
build/
dist/

# Virtual environments
.venv/
venv/
env/

# OS / editor
.DS_Store
