1 2 3 4 5 6 7 8 9 10 11 12 13 14
# Node artifacts **/node_modules/ **/package-lock.json # Python artifacts **/__pycache__/ **/*.pyc **/.venv/ **/.pytest_cache/ # OS / editor .DS_Store *.swp *~