# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
*.egg

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

# OS
.DS_Store
Thumbs.db

# uv
# (uv.lock IS committed for reproducible builds)

# Vendored deps (separate repos)
sliver-py/

# Downloads directory - keep structure but ignore runtime files
downloads/*
!downloads/.gitkeep
