# Rust
/target/
Cargo.lock

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.env
.venv
env/
venv/
ENV/

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

# Testing
.coverage
htmlcov/
.pytest_cache/
.hypothesis/
coverage.xml

# mypy
.mypy_cache/

# Jupyter
.ipynb_checkpoints/

# OS
.DS_Store
Thumbs.db

# Sphinx documentation build
docs_sphinx/_build/

# MkDocs build (if used)
site/

# Maturin (Rust-Python build)
*.whl

# Ruff
.ruff_cache/

# Claude Code
.claude/
