# Ignore VSCode
.vscode
.cache
.cline_storage

# Python Virtual environment
venv
.venv

# Ignore build directories
*build*/

# Ignore install directories
*install*

# Python cache
**/__pycache__

# Pre-commit cache
.pre-commit-cache

# Ignore internal documentation
docs/internal

# Ignore experiments
exp

# Ignore setup artifacts
.setup_done

# Coverage Report
coverage

# Ignore common non-source files.
*.html
*.png
*.css
*.info

# Docker tool generated files
scripts/tools/Dockerfile
.buildx-cache/
