# python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.uv/

# build
build/
dist/
*.egg

# editor
.vscode/
.idea/