# Rust build artifacts
/target/
**/*.rs.bk
*.pdb

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
./IFLOW.md
./Claude.md


# OS files
Thumbs.db
.DS_Store

# Python (for python feature)
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Test data (optional - uncomment if you want to ignore test files)
# test.mdoc
*.mdoc

# Documentation
/doc/

# Backup files
*.bak
*.backup

