# Rust
/target/
Cargo.lock

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
*.egg
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/

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

# maturin
*.whl

# Benchmarks
benchmarks/data/

# Logs
*.log
logs/

# Testing
.coverage
htmlcov/
.tox/

# Environment
.env
.env.local
*.env

# Claude
/.claude
