redstonex/_core*.so
redstonex/_core*.dll
redstonex/_core*.dylib
redstonex/_core*.pyd

*.so
*.dll
*.dylib

__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.coverage
htmlcov/

stubs/
.stubs/

build/
CMakefiles/
CMakeCache.txt
cmake_install.cmake
Makefile
compile_commands.json
.cmake/

.venv/
venv/
env/

.vscode/
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json

.idea/
*.iws

.DS_Store
Thumbs.db

*.egg-info/
.eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
