# Rust
/target/
Cargo.lock

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

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

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Maturin
*.pyd
*.whl

# Swift build artifacts
EspressoMacSDK/.build/
EspressoMacSDK/Package.resolved

# Temporary
*.tmp
*.bak
*.log

# Build caches
.mypy_cache/
.ruff_cache/
