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

# Python caches
__pycache__/
*.py[cod]

# Virtual environments
.venv/
venv/

# macOS
.DS_Store
