# Python
__pycache__/
*.pyc

# Build artifacts
dist/
*.egg-info/

# Virtual environment
.venv/

# macOS
.DS_Store