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

# Virtual environments
.venv
.python-version

# Rust target
target/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Maturin wheels
*.whl
.hypothesis/
