# VTK Sequential Thinking - Ignore Generated Files

# Environment (API keys - NEVER COMMIT)
.env

# Virtual environment
.venv/

# Python runtime files
__pycache__/
*.pyc
*.pyo

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

# Test/coverage artifacts
.pytest_cache/
.coverage

# Ruff cache
.ruff_cache/

# Example data
examples/data/

# OS files
.DS_Store
