.venv/
node_modules/
.pytest_cache/
.ruff_cache/
.git/
__pycache__/
*.pyc
dist/
build/
*.egg-info/
.env
.env.*
data/
server.toml
projects/*.toml
!projects/example.toml
docs/
tests/
.github/
*.tar.gz
*.tgz
*.zip
backups/
tmp/
*.db
*.db-*
*.sqlite
*.sqlite3
DEPLOY.md
