# Rust
/target
*.rlib
*.pdb
*.exe
*.dll
*.dylib

# Cargo
Cargo.lock

# Python
.venv/
venv/
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
dist/
build/
*.whl
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
*.log

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

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Python C extensions
*.so

# Build artifacts
*.o
*.a

# Temporary files
temp.md
*.tmp
*.bak

# Claude Code
.claude/

# Benchmarking results
target/criterion/
