# Rust
/target/
Cargo.lock

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
*.so
*.dylib
*.dSYM/
.venv/
dist/

# IDE
.vscode/
.idea/

# Test/benchmark data
tests/bench_gdelt/
*.webngrams.json
*.webngrams.json.gz

# OS
.DS_Store
.claude/
