# GroundCortex
.env

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/

# uv / virtual environments
.venv/
venv/
.uv/

# Testing & coverage
.pytest_cache/
.coverage
htmlcov/
*.xml

# Type checking
.mypy_cache/

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

# Agents
.claude/CLAUDE.local.md

# OS
.DS_Store
Thumbs.db

# GroundCortex runtime data (models, adapters, SQLite DB)
data/

# Untracked / personal scratch space
_untracked/

# User's local hypothesis test copy (copy from hypothesis.py.example to run)
examples/hypothesis.py
examples/output/*