# Build artifacts
dist/*
build/*
*.egg-info/*
__pycache__/*
*.pyc
*.pyo

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db