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

# uv / venv
.venv/
venv/
.python-version

# Caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/

# Output / artifacts
target/
.mnemos-exports/
*.rdb

# Local env
.env
.env.local
*.local

# Onboarding recorder deps
docs/onboarding/scripts/node_modules/

# OS
.DS_Store
Thumbs.db

# IDE
.idea/
.vscode/
*.swp

# Generated by the `adapters` CI job and `make integrations-check`: each
# adapter exports its own lockfile to audit it. Regenerated on every run.
integrations/*/requirements-audit.txt
