.venv/
.env
audit.log
server.log
mentees.json

# Runtime state lives in ~/.ammp/ (or wherever AMMP_DIR points). The shipped
# example mentor is package data at src/ammp_mcp/_data/example_mentor/. A
# repo-root `mentors/` directory, if it exists, is local dev scratch — never
# committed.
mentors/

__pycache__/
*.pyc
*.pyo
*.egg-info/
build/
dist/
reports/
.coverage
.coverage.*
.pytest_cache/
.mypy_cache/
.ruff_cache/
.DS_Store
