# Rust
target/

# Python
.venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
*.whl

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Maturin
*.so
*.dylib
*.pyd

# Data
data/*.duckdb
data/*.duckdb.wal
