# Rust
/target/
**/target/

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

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Build artifacts
*.dll
*.dylib
*.a
*.lib

# Maturin / UV
uv.lock

# Project
Dockerfile
build.sh
