# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
install_manifest.txt
compile_commands.json
_deps/

# C++
*.o
*.a
*.dylib

# IDEs
.vscode/
.idea/
*.swp
*~

# OS
.DS_Store

# Benchmarks
benchmark_performance.png
benchmark_report.md
