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

# Virtual environments
.venv/
venv/
env/
ENV/

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
.tox/

# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Local config (user-specific; copy from examples/ to repo root)
.env
.env.local
.adrift.yml
.adrift.local.yml

# Runtime
.adrift/cache/
*.db
*.sqlite
*.sqlite3

# uv
.uv/
uv.lock
/.adrift-pipeline-test*

# GitNexus local index + generated agent docs
.gitnexus/
.claude/skills/gitnexus/
AGENTS.md
CLAUDE.md

# Nested workspaces / spike repos
intent-guardian/
