# Rust build output
target/

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info/

# Virtual environments
.venv/

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

# OS
.DS_Store

# Test cache
.pytest_cache/
.cache/

# Ignore dir for various dev files and artifacts
ignore/
