.vscode/
.idea/
__pycache__/
.pytest_cache/
.venv/
*.pyc
*.pyo
*.pyd
*.egg-info/
dist/
build/
*.egg
*.log
*.sqlite3
*.db
*.DS_Store
*.swp
*.bak
uv.lock
coverage.xml
.coverage
htmlcov/
node_modules/
*.ipynb_checkpoints

# Rust build artifacts
target/
Cargo.lock

# Python extension files (generated by maturin)
*.so
src/**/*.cpython-*.so
**/*.cpython-*-*.so

# mkdocs build directory
site/
