Files
windmill/debugger/.dockerignore
2026-01-13 15:20:06 +00:00

32 lines
247 B
Plaintext

# Test files
test_*.ts
test_*.py
# Build output
out/
# Documentation
README.md
*.md
# Git
.git
.gitignore
# IDE
.vscode/
.idea/
# Node/Bun
node_modules/
bun.lockb
# Python
__pycache__/
*.pyc
.pytest_cache/
# Docker
Dockerfile
.dockerignore