Add .tito/backups and docs/_build to gitignore

This commit is contained in:
Vijay Janapa Reddi
2025-11-28 14:59:51 +01:00
parent 76843b8f87
commit 403d4c2f4c
180 changed files with 56242 additions and 187 deletions

14
tools/dev/README.md Normal file
View File

@@ -0,0 +1,14 @@
# Development Environment Tools
Tools for setting up and maintaining the development environment.
## Scripts
- `setup.sh` - Set up development environment (was `setup-dev.sh`)
## Usage
```bash
# From project root
./tools/dev/setup.sh
```