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

# C++ binaries
*.so
*.pyd
*.dll
*.dylib
*.lib
*.obj
*.o
*.a

# C++ Build outputs / CMake
build/
CMakeCache.txt
CMakeFiles/
CMakeLists.txt.user
cmake_install.cmake
Makefile
targets
ninja
.ninja_*
CMakeInit.txt

# Python packaging / build
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Pytest / Coverage
.pytest_cache/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDEs
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.swp
