syntax: glob # c/c++ artifacts *.o *.so # Python artifacts /build/ /dist/ __pycache__/ *.py[co] .pytest_cache venv/ *.egg-info/ *.egg-link *.egg .eggs/ # Editor artifacts and config .idea/ *~ .\#* \#*# *.swp .idea # platform artifacts .DS_store # examples examples/ext/synth_shed/synth_shed/gen/py_module.pybind11 examples/ext/synth_shed/synth_shed/gen/py_module.yml2 examples/lib/lib_synth_shed/synth_shed examples/lib/lib_synth_shed/libsynth_shed.a examples/lib/lib_test/lib_test