# Rust
/target
Cargo.lock

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd
.Python
dist/
build/
*.egg-info/
.eggs/
*.egg

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

# OS
.DS_Store
Thumbs.db

# Test files
*.xlsx
!tests/*.xlsx
.claude/
