forked from minzeyaphyo/burmddit
45 lines
406 B
Plaintext
45 lines
406 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
frontend/node_modules/
|
|
backend/__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
|
|
# Build outputs
|
|
frontend/.next/
|
|
frontend/out/
|
|
frontend/build/
|
|
*.log
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
*.env
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Backups
|
|
*.backup
|
|
*-backup-*
|
|
|
|
# Test coverage
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Misc
|
|
*.tar.gz
|
|
*.zip
|
|
.playwright-mcp/
|