taf-agent / .gitignore
karlexmarin's picture
feat: TAF Agent v0.1 — client-side transformer diagnostic
6ab0441
raw
history blame
186 Bytes
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.venv/
venv/
# Editors
.vscode/
.idea/
*.swp
.DS_Store
# Build artefacts
dist/
build/
node_modules/
*.log
# Local sandbox
local/
.cache/