24 lines
243 B
Plaintext
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
|
|
|