
sudio/*.jpg
lab
dist
!examples
!img

# Byte-compiled / optimized / DLL files
**/__pycache__/*
*.py[cod]
*$py.class

# C extensions
*.so
*.pyd

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
wheelhouse/
*.egg-info/
.installed.cfg
*.egg
sudio/rateshift/libsamplerate/

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# Environment directories
.env
.venv
env/
venv/
ENV/

# IDE specific files
.vscode/
.idea/

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

sudio/rateshift/external/**/*
# But don't ignore CMakeLists.txt files
!sudio/rateshift/external/**/CMakeLists.txt
# Don't ignore the external directory itself
!sudio/rateshift/external/