syntax: glob

# Python bytecode caches
**/__pychache__/**
*.pyc
*.pyo

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

# Editor caches
.eric7project/**
.jedi/**
.ropeproject/**
*.epj
**.bak
**~
