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

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/

# PyO3
pyo3-0.*/

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

# Testing
.pytest_cache/
/test_remove_articles/

# Local config
.env
.env.local

# Internal docs
PUBLIC_READINESS_PLAN.md

# Local Cargo build config (target-dir on USB)
.cargo/
