agent-ui / .gitignore
lvwerra's picture
lvwerra HF Staff
Remove dev files, experiments, stale configs; clean up .gitignore
32cdbe2
raw
history blame contribute delete
326 Bytes
# Python
__pycache__/
*.py[codz]
*.egg-info/
*.egg
dist/
build/
.pytest_cache/
# Environments
.env
.venv
env/
venv/
env312/
# Node
node_modules/
package-lock.json
# IDE / tools
.claude/
.vscode/
.idea/
.mypy_cache/
.ruff_cache/
# Workspace data
workspace/
workspace.json
# Test artifacts
test-results/
playwright-report/