# General
build/
dist/
target/

# Python-specific stuff
*.egg-info/
**/__pycache__/*

# IDE-specific stuff
.idea/
.geany

