# Python
__pycache__
.ipynb_checkpoints
.venv
*.egg-info
dist

# C++
compile_commands.json
.cache
build

# Libs
*.so
*.dylib
*.dll

# Other
.DS_Store
