.DS_Store
.DS_Store?
tags*
.tags*
build/
.cache/
tmp/
lib/
result/
__pycache__
.idea/
dist/
*.so
.python-version
.zip
compile_commands.json
_deps


# Compiled Object files
**/.DS_Store
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

**/cmake-build-debug
**/CMakeCache.txt
**/cmake_install.cmake
**/install_manifest.txt
**/CMakeFiles/
**/CTestTestfile.cmake
**/Makefile
**/*.cbp
**/CMakeScripts
**/compile_commands.json

test/*_include.cmake
test/*_tests.cmake
test/qcbm
test/qdd_test


.venv*/
*.egg-info/
qdd/_version.py

.codex
