# Rust build artifacts
target/
Cargo.lock

# Python artifacts
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
*.so
*.pyd
.venv/
venv/

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
performance_results*.json

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

# OS
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.bak
*~
