__pycache__/
*.pyc
*.pyo
dist/
build/
*.egg-info/
.eggs/
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
.env

# VS Code extension build artifacts
vscode-extension/node_modules/
vscode-extension/out/
vscode-extension/*.vsix
