__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
.pytest_cache/
.pytest-audit/
.mypy_cache/
.ruff_cache/
.venv/
.venv-*/
venv/
.env
# Rust TUI workspace (Apache-2.0 fork under tui/)
tui/target/
**/*.rs.bk

# Benchmark evaluation cache and trial artifacts
.cache/
.pi-eval/

# Temporary files, coverage and logs
*.log
*.tmp
*.bak
*.swp
*.orig
.coverage
.coverage.*
coverage.xml
htmlcov/

