# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/

# Virtual environments
.venv/
venv/

# Rust
target/
Cargo.lock

# IDE
.vscode/
.idea/
.vs/

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Maturin
*.whl

# Misc
*.db
*.sqlite
*.pdb
