# Python-generated files
__pycache__/
*.py[oc]
wheels/
api_key.txt
.coverage
.pytest_cache/

# Rust
target/
Cargo.lock

# Build
build/
dist/
*.egg-info

# Virtual environments
.venv
