# Meson
build/
subprojects/pyodbc/
subprojects/.wraplock

# Python
__pycache__/
.ipynb_checkpoints/
dist/

# C++
compile_commands.json
.cache

# Tests
.coverage

# Documentation
node_modules/
.docusaurus
.cache-loader
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.yarn/
.pnp.cjs
.pnp.loader.mjs
yarn.lock

# Databases
db.sqlite

# gdb
.gdbinit
.gdb_history

.hypothesis/
