48 lines
504 B
Plaintext
48 lines
504 B
Plaintext
# Generated outputs
|
|
output/
|
|
output_*/
|
|
test_output/
|
|
visualizations/
|
|
components/
|
|
tutorials/
|
|
tests/
|
|
|
|
# Pattern libraries (keep template, ignore generated)
|
|
pattern_library/*.json
|
|
!pattern_library_template.json
|
|
|
|
# Node modules (if any)
|
|
node_modules/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Archives
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|