__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
.env
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.ruff_cache/
.DS_Store
*.swp

# session-scratch handoff files for resuming work in a new chat window
_session-handoff.md
.claude/
.superpowers/

# Atlas credentials — local-only env file for the verification suite.
# Contains MONGOSEMANTIC_ATLAS_URI with an embedded password. NEVER commit.
.atlas.env
