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

# Rust
rust/target/
benchmarks/rust-bench/target/
# rust/Cargo.lock is committed for reproducible builds

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# OS
.DS_Store
Thumbs.db

# Node (client)
node_modules/
*.tsbuildinfo

# Maturin
*.whl

# Internal docs (not for release)
docs/internal/
/docs/plans/
