| # macOS files | |
| .DS_Store | |
| .AppleDouble | |
| .LSOverride | |
| # Thumbnails | |
| ._* | |
| # Node modules and dependency directories | |
| node_modules/ | |
| jspm_packages/ | |
| # Environment files | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| # IDE files | |
| .idea/ | |
| .vscode/ | |
| *.sublime-project | |
| *.sublime-workspace | |
| # Log files | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| logs | |
| *.log | |
| # Distribution directories | |
| dist/ | |
| build/ | |
| # Python cache files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class |