# Python cache
__pycache__/
*.py[cod]
*$py.class

# Ruby gems and Bundler
*.gem
ruby/*.gem
.bundle/
vendor/bundle/
pkg/

# Scratch / test / example files
e.rb
ruby/e.rb
**/e.rb
a.rb
ruby/a.rb
**/a.rb
j.rb
ruby/j.rb
**/j.rb
eaja.rb
ruby/eaja.rb
**/eaja.rb
example.py
python/example.py

# Configs exportados con GRmenu.ExportConfig / python -m GRmenu -ex
*.gr
!data/themes/*.gr
!ruby/data/themes/*.gr

