# Python
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
dist/
build/

# Rust / maturin
target/
**/Cargo.lock
*.so
*.dylib
*.dll

# agent-lsp data
state/
projects/
workspaces/
cache/

# IDE / OS
.DS_Store
.idea/
.vscode/

# env
.env
*.log
coverage-*.json
.libs/
.coverage
