# Python bytecode/cache
__pycache__/
*.py[cod]

# Test/lint/type-check caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Project virtual environments (uv uses .venv)
.venv/
venv/

# uv.lock is intentionally tracked.

# Build/package artifacts
build/
dist/
prerelease/
*.egg-info/

# Generated datasets
/outputs/

# Generated figures
figures/

# Generated codebase knowledge graphs
graphify-out/*
!graphify-out/
!graphify-out/GRAPH_REPORT.md
!graphify-out/graph.html
!graphify-out/graph.json

# Local environment files
.env
.env.*

# Operator-specific coding-agent instructions
.agents/local.md

# Workspace-local desktop application state
.carnopy-gui/

# Local ML research material
/mlpdfs/

# Uncommitted GUI branding concepts
/logo-ideas/
