# Rust build artifacts
target/

# Python
__pycache__/
*.pyc
*.pyo
.python-version
.mypy_cache/
.ruff_cache/

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

# macOS
.DS_Store

# Environment
.env
.env.local

# Test artifacts
*.profraw

# Development artifacts
.tiers/
