This repository has been archived on 2026-03-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
greywall/examples/.gitignore

24 lines
243 B
Plaintext

# Dependencies
node_modules/
venv/
__pycache__/
# Build outputs
build-output/
dist/
generated/
# Lock files (we want fresh installs for demos)
package-lock.json
yarn.lock
pnpm-lock.yaml
# Python
*.pyc
*.egg-info/
# Temp files
*.log
*.tmp