# Rust
/target
Cargo.lock

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

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

# OS
.DS_Store
Thumbs.db

# Output files
output_*.json
*.log

# Temporary files
*.tmp
*.temp

# Testing artifacts
testing/results/*.json
testing/reports/test_results_detailed.json
*_output.json
verify_venv/
publish_venv/

# Large test files (if needed)
testing/corpus/*.pdf
testing/corpus/large_*
testing/corpus/*
