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

# Python cache
__pycache__/
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.pyc
*.pyo
*.pyd

# Virtual environments
.venv/
.venv-*/
venv/
env/

# Pre-commit
.pre-commit-cache/

# OS files
.DS_Store
Thumbs.db

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

# VibeGate outputs (default locations)
.vibegate/artifacts/
.vibegate/evidence/

# VibeGate outputs (future export/CI locations)
artifacts/
evidence/

# Coverage
.coverage
htmlcov/
.tox/

# Temporary files
*.log
.tmp/

# VibeGate state (ephemeral)
.vibegate/state.json
.vibegate/ui/
.vibegate/plain_report.md
.vibegate/agent_prompt.md
.vibegate/agent_prompt.json
.vibegate/llm_cache/
.vibegate/*.bak
