.DS_Store


*.pyc
build
.sconsign.dblite
*.idb
*~
.waf-*
.waf3-*
.lock-waf*
.vscode
buildw/
.idea/

# hide the debian stuff
build-arch-stamp
build-indep-stamp
configure-stamp

debian/*.debhelper.log
debian/*.debhelper
debian/*.substvars

debian/files
debian/libessentia-dev/
debian/python-essentia/
debian/essentia-doc/

# VAMP build:
src/examples/libvamp_essentia.so
src/examples/vampplugins.os
src/examples/vamppluginsextra.os
src/examples/vampwrapper.os

# algorithm registration
src/algorithms/_registration

# autogenerated version.h
src/version.h

# documentation files
doc/sphinxdoc/_build/
doc/sphinxdoc/_templates/reference/
doc/sphinxdoc/_templates/algorithms_reference.html
doc/sphinxdoc/_templates/algo_description_layout_std.html
doc/sphinxdoc/_templates/algo_description_layout_streaming.html
doc/sphinxdoc/essentia_reference.py
doc/sphinxdoc/EssentiaDoxygen.tag

# hide auto generated python extractor
src/examples/python/streaming_extractor/streaming_extractorlevel.cpp
src/examples/python/streaming_extractor/streaming_extractorlevel.h
src/examples/python/streaming_extractor/streaming_extractorlowlevelspectral.cpp
src/examples/python/streaming_extractor/streaming_extractorlowlevelspectral.h
src/examples/python/streaming_extractor/streaming_extractorlowlevelspectraleqloud.cpp
src/examples/python/streaming_extractor/streaming_extractorlowlevelspectraleqloud.h
src/examples/python/streaming_extractor/streaming_extractorpanning.cpp
src/examples/python/streaming_extractor/streaming_extractorpanning.h
src/examples/python/streaming_extractor/streaming_extractorpitch.cpp
src/examples/python/streaming_extractor/streaming_extractorpitch.h
src/examples/python/streaming_extractor/streaming_extractorrhythmdescriptors.cpp
src/examples/python/streaming_extractor/streaming_extractorrhythmdescriptors.h
src/examples/python/streaming_extractor/streaming_extractorsfx.cpp
src/examples/python/streaming_extractor/streaming_extractorsfx.h
src/examples/python/streaming_extractor/streaming_extractortonaldescriptors.cpp
src/examples/python/streaming_extractor/streaming_extractortonaldescriptors.h
src/examples/python/streaming_extractor/streaming_extractortuningfrequency.cpp
src/examples/python/streaming_extractor/streaming_extractortuningfrequency.h

# editor stuff
*.swp
.idea

# this shouldn't be here, but yeah well...
test/src/basetest/test_*.o
src/algorithms/essentia_algorithms_reg.cpp

# pre-built 3rdparty dependencies
packaging/debian_3rdparty/bin
packaging/debian_3rdparty/share
packaging/debian_3rdparty/lib
packaging/debian_3rdparty/include

packaging/win32_3rdparty/bin
packaging/win32_3rdparty/share
packaging/win32_3rdparty/lib
packaging/win32_3rdparty/include
dist
essentia.egg-info
tmp
