# binaries
jack_mix_box
*.lo
*.la
*.o

# generated man pages
jack_mix_box.1
jack_mixer.1

# Mixer configuration files
*.xml

# Geany editor project files
*.geany

# general Python stuff
*.pyc
__pycached__/

# distutils / setuptools
build/
dist/
*.egg-info
# wheels downloaded when build wheel
*.whl

# Cython stuff
_jack_mixer.c
_jack_mixer.*.so

# recommended meson build directory
builddir/

# i18n
data/locale/*/LC_MESSAGES/
data/locale/*.po~
