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

# Rust / maturin
target/
Cargo.lock

# uv
uv.lock

# EQM cache
.eqm-cache.db
*.eqm-cache.db

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# IDE
.vscode/
.idea/
*.swp

# macOS
.DS_Store

# Docs build
site/
