
# Research artifacts (cloned source repos used as input for the spec)
_research/

# Dependencies
node_modules/

# Build output
dist/
*.tsbuildinfo

# Python build artifacts
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
.venv/
venv/
.pytest_cache/
.coverage
htmlcov/
.tox/

# Editor / OS
.DS_Store
.vscode/
.idea/
*.swp
*.swo

# Environment
.env
.env.local

# Logs
*.log

# private
docs/history/
