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

# Build artifacts
build/
dist/
wheels/

# Virtual environments
.venv/
venv/
env/

# Package manager caches
.uv/

# Test / type-check caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Editor
.vscode/
.idea/
*.swp

# OS
.DS_Store

# Secrets
.env
.env.*
!.env.example

# Node (kept from original scaffold)
node_modules/

# memory-compiler per-project KB (not for version control)
/daily/
/knowledge/
/reports/
/.memory-*

# Local agent/export artifacts
/.claude/
/.claude-memory
/.claudeignore
/graphify-out/

# uv creates this during local editable installs; this package does not commit a lockfile.
/uv.lock
