# 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
artifacts/
evidence/

# Coverage
.coverage
htmlcov/
.tox/

# Temporary files
*.log
.tmp/
