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

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
venv/
env/
ENV/
.venv

# PyO3
*.so
*.pyd
*.dylib

# IDE
.vscode/
.idea/
.claude/
*.swp
*.swo
*~
.DS_Store

# Testing
.coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.tox/
.nox/
coverage/
*.cover
.hypothesis/

# Documentation
docs/_build/
site/

# Benchmarks
criterion/

# Environment
.env
.env.local

# Build artifacts
*.whl
*.tar.gz

# Maturin
.maturin/
