Spaces:
Running
Running
| # Node.js | |
| node_modules/ | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| .npm | |
| .yarn | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| venv/ | |
| env/ | |
| ENV/ | |
| .venv | |
| pip-log.txt | |
| pip-delete-this-directory.txt | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| # PHP | |
| vendor/ | |
| composer.phar | |
| composer.lock | |
| # Go | |
| *.exe | |
| *.exe~ | |
| *.dll | |
| *.so | |
| *.dylib | |
| *.test | |
| *.out | |
| # Java | |
| target/ | |
| *.class | |
| *.jar | |
| *.war | |
| *.ear | |
| *.log | |
| # .NET | |
| bin/ | |
| obj/ | |
| *.dll | |
| *.exe | |
| *.pdb | |
| # Ruby | |
| *.gem | |
| *.rbc | |
| /.config | |
| /coverage/ | |
| /InstalledFiles | |
| /pkg/ | |
| /spec/reports/ | |
| /test/tmp/ | |
| /test/version_tmp/ | |
| /tmp/ | |
| # IDEs | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| .DS_Store | |
| # Git | |
| .git/ | |
| .gitignore | |
| .gitattributes | |
| # Docker | |
| Dockerfile* | |
| docker-compose* | |
| .dockerignore | |
| # Environment | |
| .env | |
| .env.local | |
| .env.*.local | |
| # Logs | |
| logs/ | |
| *.log | |
| # Testing | |
| coverage/ | |
| .nyc_output/ | |
| .pytest_cache/ | |
| # Documentation | |
| README.md | |
| docs/ | |
| *.md | |
| # CI/CD | |
| .github/ | |
| .gitlab-ci.yml | |
| .travis.yml | |
| Jenkinsfile | |
| # Misc | |
| *.bak | |
| *.tmp | |
| *.temp | |
| .cache/ | |