# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
*.whl

# Virtual environments
.venv/
venv/
env/

# Testing / coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
coverage.xml

# Environment
.env

# Seam index (local per-project, not committed by default)
.seam/

# Built SPA — produced by `make build-web` / `cd web && npm run build`.
# Shipped inside the wheel via hatch artifacts config; not committed to git.
seam/_web/

# GitNexus index
.gitnexus/

# Competitor index artifacts (benchmark only — never committed)
.codegraph/
graphify-out/

# macOS
.DS_Store
.AppleDouble
.LSOverride

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

# Distribution
*.tar.gz
*.zip

# uv lockfile (commit uv.lock in production, optional here)
# uv.lock

.bach/
.claude/
.koda/

# QA artifacts (gstack /qa reports + screenshots) — local, not committed
.gstack/
