# Python package
dist/
build/
*.egg-info/
src/gemstack/_version.py

# Virtual environments
.venv/
__pycache__/
*.pyc

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Test / coverage
.coverage
htmlcov/
coverage.xml
.pytest_cache/

# Environment
.env
.env.local

# uv
uv.lock

# Gemstack lifecycle directories (per-project, not documentation)
docs/archive/
docs/designs/
docs/plans/
docs/explorations/

# Local Antigravity symlinks and workflows (machine-specific, not portable)
# Leading / restricts to repo root — do NOT ignore tests/fixtures/.agent/
/.agent/*
# But DO track the 5 context .md files (dogfooding)
!/.agent/*.md
