# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Coverage reports
htmlcov/
.coverage
coverage.xml
.pytest_cache/

# Rust-generated files
target/
Cargo.lock
*.so
*.pyd
*.dylib

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