Files
2026-01-23 13:11:24 -05:00

45 lines
357 B
Plaintext

# Dependencies
node_modules/
# Build outputs
dist/
build/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
.env.*.local
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Test coverage
coverage/
# Playwright
playwright-report/
test-results/
# Python
venv/
__pycache__/
*.pyc
# Misc
*.bak
*.tmp